python -i (interactive environment)

Paulo Eduardo Neves pauloneves at gmail.com
Tue Mar 8 03:23:59 CET 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