After I interrupt execution in the Python interpreter (using CTRL-BREAK on Windows), can I continue execution?
If not, is there another way to interactively pause execution (so that I can view the values โโof variables) and then continue?
I prefer not to use the debugger, because it is much slower than normal execution.
python debugging windows interpreter
max
source share