This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Breakpoint Condition Dialog Box
The Breakpoint Condition dialog box opens when you select the Condition button from a New Breakpoint or Breakpoint Properties dialog box.
Use the Breakpoint Condition dialog box to attach a condition to a breakpoint, or to remove or change a condition previously attached. The condition can be any valid expression accepted by the debugger. The evaluation of this expression determines whether program execution breaks when the breakpoint is hit.
To set or modify a breakpoint condition, use the following controls:
- Condition check box
- Use this check box to turn the condition on or off. The condition has no effect if this box is unchecked.
- Condition edit box
- Type any valid expression in this box.
- Is true
- If this button is selected, the debugger evaluates the condition by checking to see if the expression is true. If the expression is true, the condition is satisfied and program execution breaks.
- Has changed
- If this button is selected, the debugger evaluates the condition by checking to see if the value of the expression has changed since the last time the breakpoint was hit. If the value has changed, the condition is satisfied and program execution breaks.
See Also
Condition | Breakpoints | Debugging UI Reference