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

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

aspxgridview - Devexpress grid - header filter does not work if column is initially hidden -

c# - How to execute a particular part of code asynchronously in a class -