jump into the interpreter in a script

Rick Ratzel rlratzel at enthought.com
Wed Feb 8 18:26:28 EST 2006


pdb might help.  Add this to your code:

import pdb
pdb.set_trace()




More information about the Python-list mailing list