Use the Condition column of the Breakpoints view to set a conditional eventpoint. A conditional eventpoint has an associated conditional expression. The debugger evaluates the expression to determine whether the eventpoint performs its specified action.
A conditional eventpoint behaves in two different ways:
A Breakpoints view appears.
During subsequent debugging sessions, the debugger evaluates the expression to determine whether the eventpoint performs its specified action.
NOTE Alternatively, drag-and-drop an expression from a source view or from the Expression view into the Breakpoints view.