inducer / pudb

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

Add PUDB_RDB_REVERSE var to control reverse mode #631

Closed max-arnold closed 10 months ago

max-arnold commented 10 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 10 months ago

Thanks!

inducer commented 10 months ago

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