Conditional breakpoints

You can use a Boolean expression to specify that a breakpoint is conditional.

In the Condition column of the Breakpoints tab, enter the condition or open the Edit Expression dialog. If a condition is defined, it is checked each time the line is to be executed. Execution stops at this breakpoint only if the condition is true.

Example:
i > 50