Metadata-Version: 2.4
Name: gdbgui
Version: 0.15.3.0
Summary: Browser-based frontend to gdb. Debug C, C++, Go, or Rust.
Home-page: https://github.com/cs01/gdbgui
Author: Chad Smith
Author-email: chadsmith.software@gmail.com
License: License :: GNU GPLv3
Project-URL: Documentation, https://cs01.github.io/gdbgui/
Project-URL: Source Code, https://github.com/cs01/gdbgui
Project-URL: Bug Tracker, https://github.com/cs01/gdbgui/issues
Keywords: gdb,debug,c,c++,go,rust,python,machine-interface,parse,frontend,flask,browser,gui
Classifier: Intended Audience :: Developers
Classifier: Operating System :: MacOS
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: bidict==0.23.1
Requires-Dist: blinker==1.9.0
Requires-Dist: brotli==1.1.0
Requires-Dist: click==8.2.1
Requires-Dist: dnspython==2.7.0
Requires-Dist: eventlet==0.40.1
Requires-Dist: flask==3.1.1
Requires-Dist: flask-compress==1.10.1
Requires-Dist: flask-socketio==5.5.1
Requires-Dist: greenlet==3.2.3
Requires-Dist: h11==0.16.0
Requires-Dist: itsdangerous==2.2.0
Requires-Dist: jinja2==3.1.6
Requires-Dist: markupsafe==3.0.2
Requires-Dist: pygdbmi==0.10.0.2
Requires-Dist: pygments==2.19.2
Requires-Dist: python-engineio==4.12.2
Requires-Dist: python-socketio==5.13.0
Requires-Dist: simple-websocket==1.1.0
Requires-Dist: werkzeug==3.1.3
Requires-Dist: wsproto==1.2.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

<p align="center">
<a href="http://gdbgui.com"><img src="https://github.com/cs01/gdbgui/raw/master/images/gdbgui_banner.png"></a>
</p>

<h3 align="center">
A browser-based frontend to gdb (gnu debugger)
</h3>

<p align="center">

<a href="https://github.com/cs01/gdbgui/actions">
<img src="https://github.com/cs01/gdbgui/workflows/Tests/badge.svg?branch=master" alt="image" /></a>

<a href="https://badge.fury.io/py/gdbgui">
<img src="https://badge.fury.io/py/gdbgui.svg" alt="PyPI version" >
</a>

<img src="https://pepy.tech/badge/gdbgui" alt="image" />

</p>

---

**Documentation**: https://gdbgui.com

**Source Code**: https://github.com/cs01/gdbgui/
