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.
# run pip install -r dev_requirements.txt before running make test
.PHONY: test publish
test:
python setup.py test
yarn build
python setup.py checkdocs
publish: test
python setup.py sdist upload
testpublish: test
python setup.py sdist upload -r pypitest