GDB dashboard transforms your debugging experience by providing a modular visual interface that displays relevant information about your program automatically. Instead of repeatedly typing GDB commands to inspect program state, the dashboard shows everything you need at a glance whenever your program stops.
The tool works as a standalone .gdbinit file using GDB's Python API, making it easy to install and use without modifying your existing workflow. No GDB commands are redefined—all features are accessed through the main dashboard command, keeping your debugging environment clean and predictable.
Key capabilities include:
The dashboard appears automatically during debugging sessions, eliminating the need to manually request status information. Optional Pygments installation adds syntax highlighting for better code readability. Whether you're debugging complex applications or learning how programs execute, this tool significantly reduces the friction of inspecting program state during development.
$ pip install pygmentsActivity score
59/100
Stars
Forks
Last commit
First release
Language
License
Quiet lately: No commits in 8 months — this project might not be actively maintained.
Auto-fetched .
★ 2.6k · javascript