condition¶
Specify breakpoint number N to break only if COND is true.
condition N COND
- N – Breakpoint ID to set condition for.
- COND – Expression to be evaluated whenever breakpoint N is reached.
Example:
condition 3 ix==3
Specify breakpoint number N to break only if COND is true.
condition N COND
Example:
condition 3 ix==3