pdb question

tac-tics tactics40 at gmail.com
Sun Nov 26 15:28:53 EST 2006


In the Python debugger (pdb), how do you designate breakpoints at the
start of methods?
I've tried:
break methodName
break class.methodName
break object.methodName

but none of these seem to work. What is the trick?




More information about the Python-list mailing list