8000 gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint by gaogaotiantian · Pull Request #124454 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-58956: Set f_trace on frames with breakpoints after setting a new breakpoint #124454

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update 2024-09-24-18-16-59.gh-issue-58956.0wFrBR.rst
  • Loading branch information
gaogaotiantian authored Oct 15, 2024
commit 5a32d943d3348bd75799d6b5facecaacf7a534fa
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Setting a :mod:`pdb` breakpoint on a function that's already in the call stack will enable the trace function on that frame so the breakpoint would trigger.
Fixed a bug in :mod:`pdb` where sometimes the breakpoint won't trigger if it was set on a function in the call stack already.
0