How can I run a python script for a certain amount of time, pause it, determine where in the code it is at, and then continue it?
I've looked into the code module, but I don't see开发者_StackOverflow社区 the kind of functionality I need there. Any suggestions?
http://docs.python.org/library/pdb.html
精彩评论