gh-59013: Set breakpoint on the first executable line of function when using break func in pdb (#112470)

This commit is contained in:
Tian Gao 2024-01-31 05:03:05 -08:00 committed by GitHub
parent 1c2ea8b33c
commit 765b9ce9fb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 61 additions and 22 deletions

View file

@ -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`