codegrande / 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.

Home Page:https://gdbgui.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

image image image Code style: black code style: prettier

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.

Install

gdbgui can be installed with pip

pip install gdbgui

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.com, https://github.com/cs01/gdbgui, and PyPI are the only official sources of gdbgui that should be trusted.

FAQ

click here

Support gdbgui

You can support the project by donating, spreading the word, and reporting issues.

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

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.

https://gdbgui.com

License:GNU General Public License v3.0


Languages

Language:JavaScript 78.0%Language:Python 15.3%Language:CSS 3.1%Language:HTML 1.8%Language:Dockerfile 1.2%Language:Shell 0.4%Language:Makefile 0.2%