Поделиться через


Stepping Over a Function (Windows CE 5.0)

Send Feedback

You can use debugger options to step over a function, or execute a particular function and then pause.

The Step Over menu option executes a procedure as a unit and then steps to the next statement in the current procedure. Therefore, the next statement displayed is the next statement in the current procedure regardless of whether the current statement is a call to another procedure. Available in break mode only.

To step over a function

  1. Start debugging and then execute the application until it reaches a function.

  2. From the Debug menu, choose Step Over.

    - or -

    On the Debug toolbar, choose the Step Over button.

    The debugger executes the next function but pauses after the function returns.

  3. Repeat step 2 to continue executing the application one statement at a time.

See Also

Breakpoints | Stepping Out of a Function | Stepping Into a Function

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.