mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
Mirror of https://github.com/cs01/gdbgui
.github | ||
docs | ||
examples | ||
gdbgui | ||
images | ||
screenshots | ||
tests | ||
.eslintrc.json | ||
.gitignore | ||
.prettierrc.js | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
dev_requirements.txt | ||
HELP.md | ||
jest.config.js | ||
LICENSE | ||
make_executable.py | ||
makefile | ||
MANIFEST.in | ||
package.json | ||
README.rst | ||
requirements.txt | ||
setup.py | ||
webpack.config.js | ||
yarn.lock |
A browser-based frontend for GDB ==================================== .. figure:: https://github.com/cs01/gdbgui/raw/master/screenshots/gdbgui_animation.gif :alt: gdbgui .. image:: https://travis-ci.org/cs01/gdbgui.svg?branch=master :target: https://travis-ci.org/cs01/gdbgui .. image:: https://img.shields.io/badge/pypi-0.11.3.0-blue.svg :target: https://pypi.python.org/pypi/gdbgui/ .. image:: https://img.shields.io/badge/python-2.7,3.4,3.5,3.6,pypy-blue.svg :target: https://pypi.python.org/pypi/gdbgui/ .. image:: https://img.shields.io/badge/homepage-gdbgui.com-blue.svg :target: https://gdbgui.com .. image:: https://github.com/cs01/gdbgui/raw/master/images/gdbgui_banner.png A modern, browser-based frontend to gdb (gnu debugger). Add breakpoints, view stack traces, and more in C, C++, Go, and Rust! Simply run ``gdbgui`` from the terminal and a new tab will open in your browser. Download -------- Visit `gdbgui.com <https://gdbgui.com>`_ to download, view documentation, installation instructions, screenshots and more. License ------- GNU GPLv3 For alternate licensing schemes, contact grassfedcode@gmail.com for more information. `gdbgui.com <https://gdbgui.com>`_, `github <https://github.com/cs01/gdbgui>`_, and `PyPI <https://pypi.python.org/pypi/gdbgui/>`_ are the only official sources of gdbgui. Support gdbgui -------------- You can support the project by `donating <https://www.paypal.me/grassfedcode/20>`_. All donations go directly to hardware and server costs for gdbgui. You can also support it by telling your coworkers, boss, professor, classmates, people on twitter, hacker news, reddit, etc. Contributing ------------ To add a feature or fix a bug, see `CONTRIBUTING <https://github.com/cs01/gdbgui/blob/master/CONTRIBUTING.md>`_ Authors ------- ``gdbgui`` is authored by Chad Smith, with `contributions from the community <https://github.com/cs01/gdbgui/graphs/contributors>`_ and several amazing open source libraries. JavaScript libraries include React, statorgfc, splitjs, awesomplete, vis.js, moment.js, lodash, bootstrap, and jquery. Python libraries include flask, socket.io, flask-socket-io, Pygments, gevent, and pygdbmi. Contact ------- grassfedcode@gmail.com