Replies: 4 comments
-
Does the python -m pudb --continue myscript.py |
Beta Was this translation helpful? Give feedback.
0 replies
-
It solves the continue problem, but I'd also like to skip the quit screen upon successful script completion. |
Beta Was this translation helpful? Give feedback.
0 replies
-
For that you can press
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Awesome, didn't notice this option beforehand! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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?
Beta Was this translation helpful? Give feedback.
All reactions