mirror of
https://github.com/cs01/gdbgui
synced 2024-11-16 07:47:46 +01:00
Mirror of https://github.com/cs01/gdbgui
d60dc57274
* Bugfixes for building executable This commit has several bug fixes. - Add required python packages that were missing from setup.py - Add hiddenimports for pyinstaller so that pyinstaller properly loads gevent - Modify noxfile so that it loads the required packages when creating a session. Also, python 3.7 support was added in pyinstaller 3.4, so pyinstaller version needs to be updated. * General cleanup |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
docker | ||
docs | ||
examples | ||
gdbgui | ||
images | ||
screenshots | ||
tests | ||
.coveragerc | ||
.eslintrc.json | ||
.flake8 | ||
.gitignore | ||
.prettierrc.js | ||
.travis.yml | ||
jest.config.js | ||
LICENSE | ||
make_executable.py | ||
MANIFEST.in | ||
mkdocs.yml | ||
noxfile.py | ||
package.json | ||
README.md | ||
requirements.txt | ||
setup.py | ||
tsconfig.json | ||
tslint.json | ||
webpack.config.js | ||
yarn.lock |
A modern, browser-based frontend to gdb (gnu debugger)
Documentation: https://gdbgui.com
Source Code: https://github.com/cs01/gdbgui/