Closed c02y closed 4 years ago
This issue tracker is for bugs, not technical support. Please send a message to the mailing list for tech support. One reason for this request is that I am typically the only one who sees issue email, and I am unable to handle the tech support load on my own.
You see a screen that looks like this:
and you press restart. (I provide this advice as a courtesy. If you need to follow up, please use the mailing list.)
I didn't enable "Prompt before quitting", now I get it, thanks.
I didn't enable "Prompt before quitting", now I get it, thanks.
How does one enable this? and more importantly, how does one disable it?
In the settings, press Ctrl-P.
When I'm debugging a python program, and I executed a lot commands in the
Command line
window, and after usingc
to executing to the end of the program, pudb will exit, I have to start pudb again, but theCommand line
window becomes empty, I have to type all the commands I have typed instead usingC-n/p
.How to not quit pudb when executing the program to the end, I mean just start over the process from the beginning?