windows - python interpreter: interrupt and continue -
after interrupt execution in python interpreter (using ctrl-break in windows), can continue execution?
if not, there other way interactively pause execution (so can view variable values), , continue?
i prefer not use debugger because it's slower normal execution.
i don't know if mean pdb
debugger
, if don't (and might helpful others here), can try:
here's nice tutorial btw:
Comments
Post a Comment