Add breakpoints, view stack traces, and more in C, C++, Go, and Rust! Perfect for beginners and experts. Simply run gdbgui
from the terminal and a new tab will open in your browser.
Visit gdbgui.com to download, view documentation, installation instructions, screenshots and more.
gdbgui can be installed with pip
pip install gdbgui
or a binary executable can be downloaded from gdbgui.com.
GNU GPLv3, which means you can use it for free at work or for personal use.
gdbgui.com, https://github.com/cs01/gdbgui, and PyPI are the only official sources of gdbgui that should be trusted.
You can support the project by donating, spreading the word, and reporting issues.
To add a feature or fix a bug, see CONTRIBUTING.
gdbgui
is primarily authored by Chad Smith, with help from the community. Large contributions were made by @bobthekingofegypt, who added initial autocomplete functionality for the gdb terminal.