Gdb Dashboard

Modular visual interface for GDB in Python
Alternatives To Gdb Dashboard
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Gdb Dashboard9,265
5 months ago10mitPython
Modular visual interface for GDB in Python
Conque Gdb256
4 years ago9Python
GDB command line interface and terminal emulator in (G)Vim.
Build An Efficient Pwn Environment184
3 years ago4Shell
How to build an efficient pwn development environment in 2020
Debug Here60
12 years ago5March 22, 20195otherRust
A cross platform rust debugger hook
Term4841
6 years ago11C
Vim Easydebugger40
3 years ago9mitVim script
VIM 调试器, A VIM multi-language debugger plugin
Pbd28
3 years ago4mitC
🖨️🐞 Printf Based Debugger, a user-friendly C debugger
Termijack14
8 years agoPython
TermiJack surreptitiously hijacks standard streams (stdin, stdout, and/or stderr) from an already running process.
Tgdbdb12
2 years ago1bsd-3-clausePython
tmux + gdb + dashboard
Vimgdb11
6 years ago1mitPython
Use Vim to visually step through source code with GNU Gdb.
Alternatives To Gdb Dashboard
Select To Compare


Alternative Project Comparisons
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

Quickstart

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

wget -P ~ https://git.io/.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.

Popular Gdb Projects
Popular Terminal Projects
Popular Software Development Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Terminal
Dashboard
Assembly
Syntax Highlighting
Gdb
Ansi
Tty
Subcommands