Select the Step Over command [ ] to step over the next method call (without entering it) at the currently executing line of code. Even though the method is skipped, as far as stepping is concerned, it is still executed all the same.
To step over a method you must have execution suspended and be stepping through code.
Debugging Locally
Debugging Remotely
Debug View
Resume
Step Return
Step Into
Suspend