Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 643 Bytes

readme.md

File metadata and controls

22 lines (17 loc) · 643 Bytes

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 libtmux
  4. install gdb-dashboard
  5. copy tgdbinit to ~/.tgdbinit
  6. add to alias tgdb='tmux new gdb -x ~/.tgdbinit' ~/.bashrc

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