Setting a Breakpoint at the Return Point of a Function (Windows CE 5.0)

Send Feedback

You can set a breakpoint at the location of a function return.

To set a breakpoint at the return point of a function

  1. From the View menu, choose Debug Windows and then choose Call Stack.

  2. In the Call Stack window, move the insertion point to the function where you want the application to break.

  3. Choose the Insert/Remove Breakpoint button on the Build toolbar.

    A red dot appears in the left margin of your source code, indicating that the breakpoint is set.

See Also

Handling Breakpoint Behavior

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.