[solved]Re: Python PDB conditional breakpoint

Tom P werotizy at freent.dd
Wed Nov 6 10:26:50 EST 2013


On 06.11.2013 16:14, Tom P wrote:

ok I figured it. ID is a tuple, not a simple variable.
  The correct test is ID[0]==11005


> I can't get conditional breakpoints to work. I have a variable ID and I
> want to set a breakpoint which runs until ID==11005.
>
> Here's what happens -
>




More information about the Python-list mailing list