====== Procedure: To Step Over a Function or Subroutine ====== * With the insertion point on the selected line of source code, press the F10 key to execute that line. * If the current line calls a function or subroutine, the debugger will step over it to the next line of code.