-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
gh-118714: Make the pdb post-mortem restart/quit behavior more reasonable #118725
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
Changes from 2 commits
321ba82
50bcd52
8d96442
5830ea3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Make the :mod:`pdb` post-mortem restart/quit message match the behavior | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This isn't very clear. Also, it seems inconsistent with the title of this PR. Are you changing the behaviour (as the title says) or changing the message to match the behaviour? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Both behavior and message were changed. There were two cases involved, both under post-mortem debugging:
I think I should make the behavior change clearer (it's considered a bug fix because quitting the debugger when doing There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I forgot to change this after the review. Just changed it. Let me know if you think this could be better. |
Uh oh!
There was an error while loading. Please reload this page.