jump into the interpreter in a script
Rick Ratzel
rlratzel at enthought.com
Wed Feb 8 18:26:28 EST 2006
Previous message (by thread):
jump into the interpreter in a script
Next message (by thread):
jump into the interpreter in a script
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
pdb might help. Add this to your code: import pdb pdb.set_trace()
Previous message (by thread):
jump into the interpreter in a script
Next message (by thread):
jump into the interpreter in a script
Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Python-list mailing list