SIGN IN SIGN UP
cs01 / gdbgui UNCLAIMED

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.

0 0 0 TypeScript
# run pip install -r dev_requirements.txt before running make test
2017-03-03 23:52:18 -08:00
.PHONY: test publish
test:
python setup.py test
yarn build
python setup.py checkdocs
2017-03-03 23:52:18 -08:00
publish: test
python setup.py sdist upload
2017-10-29 18:17:28 -07:00
testpublish: test
python setup.py sdist upload -r pypitest