Step Over
Go Up to Run Menu
 Run > Step Over     F8
Tells the debugger to execute the next line of code. If the line contains a function, Step Over executes the function and then stops at the first line after the function.
Also available on the debug toolbar as the  button (Step Over).
 button (Step Over).