Step Over


Select the Step Over command [ Step Over ] 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.


Related Concepts

Debugging Locally
Debugging Remotely

Related Tasks

Resuming
Suspending
Stepping

Related Reference

Debug View
Resume
Step Return
Step Into
Suspend