After I interrupt execution in Python interpreter (using CTRL-BREAK in Windows), can I continue execution?
If not, is there any other way to interactively pause execution (so I can view variable values), and then continue?
I prefer not to use the debugger because it's much slower than normal execution.