Replies: 4 comments
|
Does the python -m pudb --continue myscript.py |
0 replies
|
It solves the continue problem, but I'd also like to skip the quit screen upon successful script completion. |
0 replies
|
For that you can press |
0 replies
|
Awesome, didn't notice this option beforehand! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I call
python -m pudb myscript.py,then a screen pops at the beginning where I continue
and upon successful completion another screen pops up where I quit.
Can I prevent these two screen pop-ups and only enter PUDB upon uncaught exceptions?
All reactions