Find a file
2021-08-28 21:27:42 -07:00
.github update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
.vscode update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
docs update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
examples terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
gdbgui update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
images add logo and favicon 2018-04-15 18:28:30 -07: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
.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 terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
.gitignore update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
.prettierrc.js update prettier rules 2018-06-25 09:46:52 -07:00
.vulture_whitelist.py refactor backend and add more unit tests (#350) 2020-08-23 23:07:10 -07:00
CHANGELOG.md update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
CONTRIBUTING.md terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
jest.config.js Add TypeScript, catch bugs (#256) 2019-04-28 08:37:04 -07:00
LICENSE various updates (#173) 2018-02-10 15:37:05 -08:00
make_executable.py update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
MANIFEST.in update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
mkdocs.yml update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
noxfile.py update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
package.json update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
postcss.config.js terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
README.md terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
requirements.in update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
requirements.txt update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
setup.py update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
tailwind.config.js terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
tsconfig.json terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
tslint.json Add TypeScript, catch bugs (#256) 2019-04-28 08:37:04 -07:00
webpack.config.js turn off tslint (#349) 2020-08-23 10:08:10 -07:00
yarn.lock update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -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/