Metadata-Version: 2.0
Name: gdbgui
Version: 0.11.3.0
Summary: browser-based gdb frontend using Flask and JavaScript to visually debug C, C++, Go, or Rust
Home-page: https://github.com/cs01/gdbgui
Author: Chad Smith
Author-email: grassfedcode@gmail.com
License: License :: GNU GPLv3
Description-Content-Type: UNKNOWN
Keywords: gdb,debug,c,c++,go,rust,python,machine-interface,parse,frontend,flask,browser,gui
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Dist: Flask (>=0.12.2)
Requires-Dist: Flask-Compress (>=1.4.0)
Requires-Dist: Flask-SocketIO (>=2.9.3)
Requires-Dist: gevent (>=1.2.2)
Requires-Dist: pygdbmi (>=0.8.2.0)
Requires-Dist: Pygments (>=2.2.0)

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.2.1-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


