Find a file
Chad Smith be9521751f
update yarn.lock and python version (#469)
* update yarn.lock and python version

* update requirements.txt

* fix type errors

* update flask socket io version and use apt instead of apt get

* update install gdb command

* set node env var to fix installation

* set node env var to fix installation2

* fix typescript errors

* run prettier

* update pyinstaller version

* update pex version
2023-10-18 00:06:19 -07: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 terminal updates; dashboard rewrite; use tailwind css; other updates (#346) 2020-08-22 19:06:42 -07:00
gdbgui update yarn.lock and python version (#469) 2023-10-18 00:06:19 -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 Fix register display and Python 3.11 compatibility (#463) 2023-10-17 22:36:11 -07:00
.gitignore update yarn.lock and python version (#469) 2023-10-18 00:06:19 -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 yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
CONTRIBUTING.md Update cmd for build binary executables (#441) 2023-10-17 22:31:17 -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 freeze requirements and update python version to build pex (#434) 2022-06-21 21:41:01 -07:00
MANIFEST.in freeze requirements and update python version to build pex (#434) 2022-06-21 21:41:01 -07:00
mkdocs.yml update dependencies, support Python 3.9 (#400) 2021-08-28 21:27:42 -07:00
noxfile.py update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
package.json update yarn.lock and python version (#469) 2023-10-18 00:06:19 -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 yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
requirements.txt update yarn.lock and python version (#469) 2023-10-18 00:06:19 -07:00
setup.py update yarn.lock and python version (#469) 2023-10-18 00:06:19 -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 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/