| Debugging Tools for Windows |
Click Step Over on the Debug menu to execute a single instruction on the target. If the instruction is a function call, the whole function is executed.
This command is equivalent to pressing F10 or clicking the Step over (F10) button (
) on the toolbar.
For more information about the effects of this action, other methods of issuing this command, and other ways to control program execution, see Controlling the Target.