cyrus-and
gdb-dashboard
Python

Modular visual interface for GDB in Python

Last updated Jul 7, 2026
12.2k
Stars
822
Forks
19
Issues
+5
Stars/day
Attention Score
81
Language breakdown
Python 100.0%
โ–ธ Files click to expand
README

GDB dashboard

GDB dashboard is a standalone .gdbinit file written using the [Python API][] that enables a modular interface showing relevant information about the program being debugged. Its main goal is to reduce the number of GDB commands needed to inspect the status of current program thus allowing the developer to primarily focus on the control flow.

Screenshot

[Python API]: https://sourceware.org/gdb/onlinedocs/gdb/Python-API.html

Quickstart

Just place [.gdbinit][] in your home directory, for example with:

wget -P ~ https://github.com/cyrus-and/gdb-dashboard/raw/master/.gdbinit

Optionally install [Pygments][] to enable syntax highlighting:

pip install pygments

Then debug as usual, the dashboard will appear automatically every time the inferior program stops.

Keep in mind that no GDB command has been redefined, instead all the features are available via the main dashboard command (see help dashboard).

Head to the [wiki][] to learn how to perform the most important tasks.

[.gdbinit]: https://raw.githubusercontent.com/cyrus-and/gdb-dashboard/master/.gdbinit [Pygments]: http://pygments.org/ [wiki]: https://github.com/cyrus-and/gdb-dashboard/wiki

ยฉ 2026 GitRepoTrend ยท cyrus-and/gdb-dashboard ยท Updated daily from GitHub