]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-59013: Set breakpoint on the first executable line of function when using `break...
authorTian Gao <gaogaotiantian@hotmail.com>
Wed, 31 Jan 2024 13:03:05 +0000 (05:03 -0800)
committerGitHub <noreply@github.com>
Wed, 31 Jan 2024 13:03:05 +0000 (13:03 +0000)
commit765b9ce9fb357bdb79a50ce51207c827fbd13dd8
treef9f7ddf1b764707b285e234d25e08dc849398c6d
parent1c2ea8b33c6b1f995db0aca0b223a9cc22426708
gh-59013: Set breakpoint on the first executable line of function when using `break func` in pdb (#112470)
Lib/pdb.py
Lib/test/test_pdb.py
Misc/NEWS.d/next/Library/2023-11-27-19-54-43.gh-issue-59013.chpQ0e.rst [new file with mode: 0644]