Find a file
2018-05-26 13:45:18 -07:00
docs update rust docs for mac users 2018-05-07 17:36:15 -07:00
examples Rust example and documentation improvments (#191) 2018-05-07 17:17:31 -07:00
gdbgui blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
images add logo and favicon 2018-04-15 18:28:30 -07:00
screenshots Rust example and documentation improvments (#191) 2018-05-07 17:17:31 -07:00
tests blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
.eslintrc.json rewrite all components to react (#17); add ability to send signal to inferior process (#31 #90); css improvements 2017-10-23 19:01:58 -07:00
.gitignore various updates (#173) 2018-02-10 15:37:05 -08:00
.prettierrc.js Store updates and autoformatting (#177) 2018-02-19 11:11:14 -08:00
.travis.yml add code and style checking to test/build (flake8); support --args flag (#126) 2017-11-15 17:52:06 -08:00
CHANGELOG.md Make requirements.txt point to setup.py's dependencies 2018-05-26 13:19:56 -07:00
CONTRIBUTING.md add issue template 2017-12-31 15:43:26 -08:00
dev_requirements.txt various updates (#173) 2018-02-10 15:37:05 -08:00
HELP.md add radix choices #102; Parse gdb version from arm-non-eabi-gdb (#83); various improvements 2017-10-29 18:05:19 -07:00
jest.config.js merge various updates to master (#137) 2017-11-22 18:25:39 -08:00
LICENSE various updates (#173) 2018-02-10 15:37:05 -08:00
make_executable.py blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
makefile add groups to command line arguments; use logging module 2018-04-10 21:36:51 -07:00
MANIFEST.in add VERSION.txt to MANIFEST; remove invalid localStorage keys; update wait time; update version 2017-12-30 13:36:24 -08:00
package.json update npm packages and rebuild 2018-04-15 14:59:38 -07:00
README.md blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
requirements.txt Make requirements.txt point to setup.py's dependencies 2018-05-26 13:19:56 -07:00
setup.py blackify; README.rst -> README.md 2018-05-26 13:45:18 -07:00
webpack.config.js update npm packages and rebuild 2018-04-15 14:59:38 -07:00
yarn.lock update npm packages and rebuild 2018-04-15 14:59:38 -07:00

A browser-based frontend for GDB

image image image Code style: black image

A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints, view stack traces, and more in C, C++, Go, and Rust! Simply run gdbgui from the terminal and a new tab will open in your browser.

Download

Visit gdbgui.com to download, view documentation, installation instructions, screenshots and more.

License

GNU GPLv3

For alternate licensing schemes, contact grassfedcode@gmail.com for more information.

gdbgui.com, https://github.com/cs01/gdbgui, and PyPI are the only official sources of gdbgui.

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 @bobthekingofegyp, who added initial autocomplete functionality for the gdb terminal.

Contact

grassfedcode@gmail.com