inducer / pudb

Full-screen console debugger for Python
https://documen.tician.de/pudb/
Other
2.94k stars 226 forks source link

Use `co_lines` instead of `co_lnotab` for Py3.11 and above #537

Closed inducer closed 1 month ago

inducer commented 2 years ago

Context:

inducer commented 1 month ago

Done in #623, #624.