Find a file
2023-11-11 17:10:48 -08:00
.github update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
.vscode update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
docs update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
examples handle binary files, improve sytax highlighting 2023-11-10 22:49:51 -08:00
gdbgui add dashboard 2023-11-11 17:10:48 -08:00
images add logo and favicon 2018-04-15 18:28:30 -07:00
react-app create-react-app -> vite 2023-11-11 15:50:26 -08:00
screenshots terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
tests fix segfault by pinning version of greenlet (#354) 2020-10-02 23:10:30 -07:00
vite-app add dashboard 2023-11-11 17:10:48 -08:00
.coveragerc use pytest (#297) 2019-10-07 18:17:31 -07:00
.eslintrc.json turn off tslint (#349) 2020-08-23 10:08:10 -07:00
.flake8 Fix register display and Python 3.11 compatibility (#463) 2023-10-17 22:36:11 -07:00
.gitignore wip: show/highlight current line in editor 2023-11-10 23:43:22 -08:00
.prettierrc.js update prettier rules 2018-06-25 09:46:52 -07:00
.vulture_whitelist.py wip: show/highlight current line in editor 2023-11-10 23:43:22 -08:00
CHANGELOG.md update changelog and manifest 2023-11-10 22:44:40 -08:00
CONTRIBUTING.md wip: show/highlight current line in editor 2023-11-10 23:43:22 -08:00
LICENSE various updates (#173) 2018-02-10 15:37:05 -08:00
make_executable.py freeze requirements and update python version to build pex (#434) 2022-06-21 21:41:01 -07:00
MANIFEST.in update changelog and manifest 2023-11-10 22:44:40 -08:00
mkdocs.yml update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
noxfile.py create-react-app -> vite 2023-11-11 15:50:26 -08:00
README.md terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
requirements.in handle binary files, improve sytax highlighting 2023-11-10 22:49:51 -08:00
requirements.txt wip: show/highlight current line in editor 2023-11-10 23:43:22 -08:00
setup.py update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00

A browser-based frontend to gdb (gnu debugger)

image PyPI version image


Documentation: https://gdbgui.com

Source Code: https://github.com/cs01/gdbgui/