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 for documentation, screenshots, and downloads
By using pipx, you can run Python CLI programs in ephemeral one-time virtual environments.
pipx run gdbgui
A new tab running the latest version of gdbgui will open in your browser. Press CTRL+C to end the process, and your system will remain untouched.
You can install pipx like this:
pip install --user pipx
pipx ensurepath
This option relies on pipx, the Python CLI binary runner and installer. It installs Python CLI programs in isolated virtual environments. pipx
can run any Python CLI program, including gdbgui. This is the recommended installation method.
pipx install gdbgui
Then type gdbgui
at the command prompt.
To upgrade, run
pipx upgrade gdbgui
Alternatively, if you have already activated a virtual environment, you can install gdbgui with pip.
pip install gdbgui
Then type 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 is distributed through gdbgui.com, https://github.com/cs01/gdbgui, and PyPI.
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.