Skip to content
/ gdbgui Public
forked from cs01/gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

License

Notifications You must be signed in to change notification settings

ivzhh/gdbgui

 
 

Repository files navigation

A modern, browser-based frontend to gdb (gnu debugger)

image image image

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

Try Without Installing

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

Install

Global

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

In a Virtual Environment

Alternatively, if you have already activated a virtual environment, you can install gdbgui with pip.

pip install gdbgui

Then type gdbgui.

Download a binary executable for your platform

or a binary executable can be downloaded from gdbgui.com.

License

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.

FAQ

click here

Donate

Paypal

Contributing

To add a feature or fix a bug, see CONTRIBUTING.

Authors

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.

Contact

[email protected]

About

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • JavaScript 78.1%
  • Python 15.1%
  • CSS 3.1%
  • HTML 1.9%
  • Dockerfile 1.2%
  • Shell 0.4%
  • Makefile 0.2%