cs01 / gdbgui

Browser-based frontend to gdb (gnu debugger). Add breakpoints, view the stack, visualize data structures, and more in C, C++, Go, Rust, and Fortran. Run gdbgui from the terminal and a new tab will open in your browser.
https://gdbgui.com
GNU General Public License v3.0
9.93k stars 499 forks source link

Fix register display and Python 3.11 compatibility #463

Closed gregbaker closed 1 year ago

gregbaker commented 1 year ago

Summary of changes

Test plan

Tested by running

NODE_OPTIONS=--openssl-legacy-provider nox
tannewt commented 1 year ago

This fixed install with 3.11 for me. Thanks!

VPaulV commented 1 year ago

Works for me as well. Python 3.11. Thank you!

cs01 commented 1 year ago

Thank you!