-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
slightly easier way to debug from the exception handler #41471
Comments
When interactively developing/debugging a program it'd Currently, pdb.pm() only works outside of the exception try: I propose, as a convenience to the programmer, that the try: alternatively, we could make it so that if |
Logged In: YES Why put this in pdb.post_mortem() if we can just put it in pdb.pm()? |
Logged In: YES I don't have any particular reason to prefer post_mortem() The knowledgeable Python maintainers surely are better |
If there's no objections, I'd make the traceback parameter optional in Thanks! |
Added this functionality in r61312. |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: