Share via


New Breakpoint Dialog Box: Location Tab

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

Windows Mobile SupportedWindows Embedded CE Supported

8/27/2008

The Location tab page of the New Breakpoint Dialog box allows you to specify a location for a breakpoint based on a line number, memory address, function, or label.

Using this dialog box, you can:

  • Set a location for a breakpoint in your source file
  • Add a condition for a breakpoint
  • Choose whether the breakpoint is hardware or software.
  • Break at
    Enter the location (line number, memory address, function, or label) where you want to set the breakpoint.

    To specify addition information about the location, click the ellipses (…) button. This brings up the New Breakpoint Dialog Box: Advanced Breakpoint Dialog Box.

    • If you want to set the location with a line number, the line number must be preceded by a period, for example .468.
    • If you want to set a location with a memory address, type the address in decimal or in hexadecimal. By default, hexadecimal numbers must be preceded by 0x; for example, 0x1002A. The address must be an integer constant.
    • If you want to set a location with a function name, provide both the class name and the function name, for example ICcSvcHost::GetService.
  • OK
    Processes your input and closes the dialog box.
  • Cancel
    Closes the dialog box without saving changes you made.

See Also

Reference

New Breakpoint Dialog Box