Find a file
2022-01-15 22:03:38 -08:00
.github include requirements.in in built package (#404) 2021-09-05 22:46:27 -07:00
.vscode update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
docs Updated help page (--rr does not exist anymore) (#415) 2022-01-11 10:52:32 -08:00
examples terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
gdbgui include requirements.in in built package (#404) 2021-09-05 22:46:27 -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 include requirements.in in built package (#404) 2021-09-05 22:46:27 -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 build gdbgui as python executable (pex) (#402) 2021-08-29 21:31:21 -07:00
MANIFEST.in include requirements.in in built package (#404) 2021-09-05 22:46:27 -07:00
mkdocs.yml update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
noxfile.py bump pinned version of black (#419) 2022-01-15 22:03:38 -08: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/