drudru / tgdbdb

tmux + gdb + dashboard

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tgdbdb - tmux + gdb + dashboard

This is a small script to get all of the above working together.

Note that this is a work in progress.

screenshot

Install

  1. install tmux
  2. install gdb
  3. install gdb-dashboard
  4. copy tgdbinit to ~/.tgdbinit
  5. add to tgdb to PATH

Use

To use just run tgdb instead of gdb when debugging.

Features

  • Sets up a pane for the dashboard and the inferior
  • Aliases db=dashboard
  • Better highlighting for dark terminals

About

tmux + gdb + dashboard

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 81.8%Language:Shell 18.2%