gdbgui v0.15.0.0 Release Notes

  • ๐Ÿš€ 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 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
    • 0๏ธโƒฃ 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"