View on GitHub

tgdb

a terminal-based debugger

Welcome

tgdb is a lightweight terminal-based interface to the GNU Debugger (GDB). In addition to the standard GDB console, tgdb provides a split-screen view that displays the source code as it executes. The keyboard interface is modeled after Vim, so Vim users should feel at home using tgdb.

tgdb is heavily inspired by cgdb. It reuses cgdb's documentation and webpages where appropriate, and aims to be fully compatible with cgdb's configuration files, commands, and key bindings.

Screenshot

Screenshot

Features

Features specific to tgdb

Stable Release

Download source package: tgdb-0.3.tar.gz

Latest Sources

$ git clone git://github.com/etorth/tgdb.git
$ cd tgdb
$ python -m tgdb /path/to/binary/for/debugging

Documentation

Online documentation:

Support or Contact

Please open an issue on the tgdb repository to report bugs or request new features.