Share via


Setting a Breakpoint at the Beginning of a Function (Windows Embedded CE 6.0)

1/5/2010

You can set a breakpoint at the beginning of a function.

To set a breakpoint at the beginning of a function

  1. Open the source file that contains the function.

  2. Position the cursor at the source code line that contains the opening brace of the function.

  3. From the Debug menu, select Toggle Breakpoint

    - or -

    Press F9

    A hollow circle appears in the left margin of your source code at the beginning of the function, indicating that the breakpoint is set.

See Also

Concepts

Setting and Removing Breakpoints
Handling Breakpoint Behavior