Skip to content
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

cannot jump within exception handler in debugger #94739

Closed
iritkatriel opened this issue Jul 11, 2022 · 1 comment
Closed

cannot jump within exception handler in debugger #94739

iritkatriel opened this issue Jul 11, 2022 · 1 comment
Assignees
Labels
3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error

Comments

@iritkatriel
Copy link
Member

frameobject.mark_stacks does not process exception handlers, so setlineno does not allow the debugger to jump within an except block.

@iritkatriel iritkatriel added the type-bug An unexpected behavior, bug, or error label Jul 11, 2022
@iritkatriel iritkatriel added interpreter-core (Objects, Python, Grammar, and Parser dirs) 3.12 bugs and security fixes labels Jul 11, 2022
@markshannon markshannon self-assigned this Jul 18, 2022
markshannon added a commit that referenced this issue Jul 18, 2022
markshannon added a commit to faster-cpython/cpython that referenced this issue Jul 18, 2022
@iritkatriel iritkatriel added the pending The issue will be closed if no feedback is provided label Sep 25, 2022
@iritkatriel
Copy link
Member Author

Is there anything left to do here?

@iritkatriel iritkatriel closed this as not planned Won't fix, can't repro, duplicate, stale Oct 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3.12 bugs and security fixes interpreter-core (Objects, Python, Grammar, and Parser dirs) pending The issue will be closed if no feedback is provided type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

2 participants