How to set condition breakpoints?

Dieter Maurer dieter at handshake.de
Sat Dec 18 14:31:51 EST 2004


"Christopher J. Bottaro" <cjbottaro at alumni.cs.utexas.edu> writes on Fri, 10 Dec 2004 11:45:19 -0600:
> ...
> Hmm, thanks for the suggestions.  One more quick question.  Is it even
> possible to set a breakpoint in a class method in pdb.py?  I can't even say
> "break Class.f" without the condition.  I don't think the documentation for
> pdb is very good...=(

What happens? I can do it...

However, I had to fix "pdb" to prevent it to set the breakpoint
inside the docstring (where it is not effective).

I hope the fix found its way into the most recent Python versions
(2.3.4 and 2.4).

Dieter



More information about the Python-list mailing list