Share via


New Breakpoint Dialog Box: Breakpoint Condition Dialog Box

Other versions of this page are also available for the following:

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

Use this dialog box to specify conditions that cause the debugger to break.

  • Enter the expression to be evaluated
    Enter a valid expression here. The program breaks when the value of this expression changes.
  • Enter the number of elements to watch in an array or structure
    Enter the number of elements in an array or structure. The program breaks when this value is reached.
  • Enter the number of times to skip before stopping
    Enter the number of times to skip this breakpoint before stopping.
  • OK
    Processes your input and moves to the next step.
  • Cancel
    Closes the dialog box without saving changes you made.

See Also

Reference

New Breakpoint Dialog Box: Location Tab