To step over instructions
On the Debug menu, click Step Over.
Tip
You can also press the shortcut key, F10.
Note
During a Step Over, if a
CALLorCALL ccinstruction is reached, a temporary breakpoint is set on the following instruction and program execution is re-started. If theCALLed routine neverRETurns or plays with the stack, you may need to break back into the debugger to regain control.