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?

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to