Open the Debugger Breakpoint Condition window.

Specifies a condition on a breakpoint. For example, if you want to debug an application when it processes a specific invoice, then you can set a condition for the invoice number to equal a specific value. The debugger only breaks execution at the breakpoint if the condition is true.

Tip

See Also