Share via


New Breakpoint Dialog Box: Advanced Breakpoint 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 enter additional information about a breakpoint. The dialog options are different for data breakpoints and for location breakpoints. That is, the Expression element is only available for data breakpoints, and the Location element is only available for location breakpoints.

  • Expression
    Expression is only available when you go to the Advanced Breakpoint Dialog Box from the Data tab.

    Enter the expression that determines whether the debugger stops at the expression.

    This field is the same as the Condition field accessed through the Location tab.

    For more information about the syntax of breakpoint expressions and conditions, see Breakpoint Conditions.

  • Location
    Location is only available when you go to the Advanced Breakpoint dialog box from the Location tab.

    Enter the location (line number, memory address, function, or label) for the breakpoint.

  • Function
    Enter the name of the function where the expression or location exists.
  • Source file
    Enter the name of the source file where the expression or location exists.

    If the source file is not in the current directory, include the drive and directory path.

  • Executable file
    Enter the name of the executable file or DLL where the expression or location exists.

    If the executable file or DLL is not in the current directory, include the drive and directory path.

  • OK
    Processes your input and returns you to the Breakpoints dialog box.
  • Cancel
    Closes the dialog box without saving changes you made.

See Also

Reference

New Breakpoint Dialog Box: Location Tab
New Breakpoint Dialog Box: Data Tab