Gdbgui

Latest version: v0.15.2.0

Safety actively analyzes 621085 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 9

0.15.2.0

- Update default python version to 3.12
- utf-8 decode error bugfix
- fix registers cannot be displayed bug

0.15.1.0

- Compatibility with Werkzeug 2.1. Use the eventlet server instead of
the Werkzeug development server.
- Use pinned requirements instead of abstract requirements to ensure reproducability of pip installs

0.15.0.1

This release has no changes to features or usability. The only change is to include a file used by other package maintainers.

- Include all files needed to rebuild from source (403)

0.15.0.0

This release is focused mostly on Python 3.9 compatibility and updating dependencies

- Support only Python 3.9 (though other Python versions may still work)
- Build gdbgui as a [pex](https://pypi.org/project/pex/) executable.
- These are executable Python environments that are self-contained with the exception of requiring a specific Python version installed in the environment running the executable. The pex executables should have better compatibility than PyInstaller executables, which sometimes have missing shared libraries depending on the operating system.
- Use only the threading async model for flask-socketio. No longer support gevent or eventlet.
- [bugfix] Catch exception if gdb used in tty window crashes instead of gdbgui crashing along with it
- Disable pagination in gdb tty by default. It can be turned back on with `set pagination off`.
- Upgrade various dependencies for both the backend and frontend (Python and JavaScript)
- Display gdbgui version in "about" and "session information"

0.14.0.2

- Pinned python-socketio version
- Pinned mypy version to unbreak linting
- Fixed reverse debugging commands that were broken when `--gdb` flag was removed

0.14.0.1

- Fix import paths
- Pin broken dependency to avoid segfault
- Hide "No registers." message

Page 1 of 9

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.