Closed max-arnold closed 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
PUDB_RDB_REVERSE
breakpoint()
Thanks!
https://pypi.org/project/pudb/2024.1/
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 viabreakpoint()
(PEP 553) and there are multiple breakpoints