mirror of
https://github.com/python/cpython.git
synced 2025-11-20 02:50:14 +00:00
gh-59013: Set breakpoint on the first executable line of function when using break func in pdb (#112470)
This commit is contained in:
parent
1c2ea8b33c
commit
765b9ce9fb
3 changed files with 61 additions and 22 deletions
|
|
@ -0,0 +1 @@
|
|||
Set breakpoint on the first executable line of the function, instead of the line of function definition when the user do ``break func`` using :mod:`pdb`
|
||||
Loading…
Add table
Add a link
Reference in a new issue