-
-
Notifications
You must be signed in to change notification settings - Fork 30.6k
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
Add restart debugger command to pdb.py #42741
Comments
The enclosed patch adds a restart command to pdb. (The |
Logged In: YES Patch looks good from my POV. |
Logged In: YES The patch works for me. I think the feature is desirable. |
Logged In: YES one suggestion though: do we really need 'restart' alias? The main problem is that gdb uses "restart" for a very Also I think we should not pollute the command space without |
Logged In: YES Sorry for not responding earlier. As getting this was taking Being able to make public releases earlier and oftener has Now back to your comments/questions. In pydb, there are two Gdb does not to my knowledge have a command called Having the R be an alias for "run" is helpful since it's As for "ru", well, since I've added command completion, I |
Logged In: YES For the record: gdb does have a "restart" command |
Logged In: YES Tried on both GNu/Linux and NetBSD: restart |
Committed and added docs in rev. 54360. |
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: