mirror of
https://github.com/cs01/gdbgui
synced 2024-11-17 07:48:57 +01:00
Mirror of https://github.com/cs01/gdbgui
e5114fa15a
Add folder view |
||
---|---|---|
.github | ||
docs | ||
examples | ||
gdbgui | ||
screenshots | ||
.eslintrc.json | ||
.gitignore | ||
.travis.yml | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
dev_requirements.txt | ||
HELP.md | ||
jest.config.js | ||
LICENSE | ||
make_exectuable.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.png :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.10.2.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 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. Homepage -------- `gdbgui.com <https://gdbgui.com>`_ for documentation, installation instructions, screenshots and more License ------- GNU GPLv3 PyPI, this github page, and gdbgui.com are the only official sources of gdbgui. Contributing ------------ See `CONTRIBUTING <https://github.com/cs01/gdbgui/blob/master/CONTRIBUTING.md>`_ Authors ------- ``gdbgui`` is primarily authored by Chad Smith, but would not be possible without `contributions from the community <https://github.com/cs01/gdbgui/graphs/contributors>`_ and several amazing open source libraries. JavaScript - React - splitjs: https://github.com/nathancahill/Split.js - awesomplete: https://github.com/LeaVerou/awesomplete - vis.js: http://visjs.org/ - moment.js - lodash - bootstrap - jquery Python - flask: http://flask.pocoo.org/ - socket.io: https://socket.io/ - flask-socket-io: https://flask-socketio.readthedocs.io/en/latest/ - Pygments: http://pygments.org/ - gevent: http://www.gevent.org/ - pygdbmi: https://github.com/cs01/pygdbmi Users of gdbgui -------------------------------- - `Arch Linux <https://www.archlinux.org/>`_ - `BlackArch Linux <https://www.blackarch.org/>`_ - `FreeBSD <https://www.freebsd.org/>`_ - Create a PR and add your company, name, school, project, etc. here Contact ------- grassfedcode@gmail.com