inducer / pudb

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

Add PUDB_RDB_REVERSE var to control reverse mode #631

Closed max-arnold closed 7 months ago

max-arnold commented 7 months ago

A follow-up PR to #629.

A user can enable reverse debugging mode by setting the PUDB_RDB_REVERSE env var. This is useful when the debugger is invoked via breakpoint() (PEP 553) and there are multiple breakpoints

inducer commented 7 months ago

Thanks!

inducer commented 7 months ago

https://pypi.org/project/pudb/2024.1/