544 Forks
9294 Stars
9294 Watchers

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.

How to download and setup gdbgui

Open terminal and run command
git clone https://github.com/cs01/gdbgui.git
git clone is used to create a copy or clone of gdbgui repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with gdbgui https://github.com/cs01/gdbgui/archive/master.zip

Or simply clone gdbgui with SSH
[email protected]:cs01/gdbgui.git

If you have some problems with gdbgui

You may open issue on gdbgui support forum (system) here: https://github.com/cs01/gdbgui/issues