mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
1 line
137 B
ReStructuredText
1 line
137 B
ReStructuredText
``breakpoint()`` and ``pdb.set_trace()`` now enter the debugger immediately after the call rather than before the next line is executed.
|