issues
search
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.94k
stars
499
forks
source link
update yarn.lock and python version
#469
Closed
cs01
closed
1 year ago
cs01
commented
1 year ago
[x] I have added an entry to
CHANGELOG.md
, or an entry is not needed for this change
Summary of changes
Update gdbgui version to 0.15.2.0
Upgrade node dependencies
Upgrade python dependencies
Various fixes for compatibility with python 3.12 and node 18+
lint/type fixes
Test plan
Tested by running
nox -s lint nox
CI tests pass
CHANGELOG.md
, or an entry is not needed for this changeSummary of changes
Test plan
Tested by running
CI tests pass