New Breakpoint Dialog Box: Location Tab (Windows CE 5.0)

Send Feedback

Use this tab to set a ___location for a breakpoint in your source file, or to add a condition for the breakpoint.

The following options are available:

  • Break at
    Enter the ___location (line number, memory address, function, or label) where you want to set the breakpoint.

    • 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.

    The arrow at the right of this field is a drop-down list. This list contains the current ___location (source line number or memory address) for your program.

    Select this ___location to enter the ___location into the Break at field.

    Select the Advanced item in this list to open the Advanced Breakpoint Dialog Box.

  • Condition
    Click to display the Breakpoint Condition Dialog Box, where you can enter a conditional expression.

    The debugger only stops at the breakpoint if the condition is met.

  • Hardware
    Click to display the Breakpoint Selection Dialog Box, where you can specify whether to set a hardware or software breakpoint.

    Note   This button is enabled only while eXDI Hardware-Assisted Debugging is available.

  • OK
    Processes your input and closes the dialog box.

  • Cancel
    Closes the dialog box without saving changes you made.

See Also

New Breakpoint Dialog Box

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.