Conditional breakpoints

You can specify that the breakpoint is conditional, using a Boolean expression to determine whether to stop execution of the program in the Condition column of the Breakpoints tab, enter the condition or open the Edit Expression dialog.

If a condition is defined, it will be checked each time the line is to be executed. Execution will stop at this breakpoint only if the condition is true.

Example:
i > 50