diff options
author | Tian Gao <gaogaotiantian@hotmail.com> | 2024-05-05 14:05:01 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-05 14:05:01 (GMT) |
commit | 5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4 (patch) | |
tree | 8c09eeaf89321d4ead5da8808ccdaeafeb0900f2 /Misc/NEWS.d | |
parent | 1511bc95c4bc95bd35599dc9c88111c9aac44c0d (diff) | |
download | cpython-5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4.zip cpython-5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4.tar.gz cpython-5a0022a1d70e4f7f781c4e8d7b43e9f5c9e2f0b4.tar.bz2 |
GH-111744: Make breakpoint() enter the debugger immediately (GH-118579)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2024-05-04-18-40-43.gh-issue-111744.nuCtwN.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2024-05-04-18-40-43.gh-issue-111744.nuCtwN.rst b/Misc/NEWS.d/next/Library/2024-05-04-18-40-43.gh-issue-111744.nuCtwN.rst new file mode 100644 index 0000000..6986aaa --- /dev/null +++ b/Misc/NEWS.d/next/Library/2024-05-04-18-40-43.gh-issue-111744.nuCtwN.rst @@ -0,0 +1 @@ +``breakpoint()`` and ``pdb.set_trace()`` now enter the debugger immediately after the call rather than before the next line is executed. |