python -i (interactive environment)

Paulo Eduardo Neves pauloneves at gmail.com
Mon Mar 7 21:23:59 EST 2005


When I'm using pyunit and want to stop in a point during the test
(skipping all the framework initialization), I just start the debugger:

import pdb
pdb.set_trace()

You'll get the debugger prompt.




More information about the Python-list mailing list