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 CALL or CALL cc instruction is reached, a temporary breakpoint is set on the following instruction and program execution is re-started. If the CALLed routine never RETurns or plays with the stack, you may need to break back into the debugger to regain control.