Share via


Stepping Over a Function (Windows Embedded CE 6.0)

1/5/2010

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.

    - or -

    Press F10.

    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

Tasks

Stepping Out of a Function
Stepping Into a Function

Concepts

Function Stepping
Breakpoints