Find a file
2018-11-20 17:12:39 -08:00
.github/ISSUE_TEMPLATE Merge branch 'master' of github.com:cs01/gdbgui 2018-05-26 13:46:19 -07:00
docker add make target and docker images to build executables for windows and linux 2018-07-29 12:40:09 -07:00
docs add FAQ 2018-08-01 18:59:41 -07:00
examples add pause button; do not display signal message to backtract in console on SIGINT (#202) 2018-05-28 15:15:30 -07:00
gdbgui add static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08: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 add static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08:00
.eslintrc.json add shift keyboard shortcut when using rr #201 2018-07-15 20:48:29 -07:00
.flake8 add static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08:00
.gitignore add thread name 2018-06-25 09:40:30 -07:00
.prettierrc.js update prettier rules 2018-06-25 09:46:52 -07:00
.travis.yml show user full gdb command that was run in shell 2018-09-29 20:43:11 -07:00
CHANGELOG.md do not clear program state when resuming (intended to better maintain scroll position in right pane) 2018-07-23 08:53:34 -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 static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08: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; update react to 16.4 2018-06-25 17:47:14 -07:00
README.md add FAQ 2018-08-01 18:59:41 -07:00
requirements.txt Make requirements.txt point to setup.py's dependencies 2018-05-26 13:19:56 -07:00
setup.py add static unit tests; move test entrypoint; run black 2018-11-20 17:12:39 -08:00
webpack.config.js update npm packages and rebuild 2018-04-15 14:59:38 -07:00
yarn.lock add shift keyboard shortcut when using rr #201 2018-07-15 20:48:29 -07:00

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.

Homepage

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