Skip to main content

Browser-based frontend to gdb. Debug C, C++, Go, or Rust.

Project description

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.

gdbgui.com

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

grassfedcode@gmail.com

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

gdbgui-0.13.1.2-py3-none-any.whl (583.1 kB view hashes)

Uploaded py3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page