Stepping Over a Function (Windows CE 5.0)
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
Start debugging and then execute the application until it reaches a function.
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.
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