SIGN IN SIGN UP
cs01 / gdbgui UNCLAIMED

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.

0 0 1 TypeScript

Support Python 3.11 - Fix 447 (#459)

* Add support for Python 3.11
- update greenlet version to latest version (currently 2.0.2)
- update nox build instructions
  - change python version to 3.11
  - update PyInstaller version

* update target python version

* update mypy version to support python 3.11
- error messages related to typed-ast, which was loaded by mypy

* fix flake8 config:
- the comment has to be in an extra line
C
Cherrg committed
f86968424bb52ac75c12c850fb6bd7ff90845bd6
Parent: eb59589
Committed by GitHub <noreply@github.com> on 10/18/2023, 5:37:54 AM