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. -- http://mail.python.org/mailman/listinfo/python-list