Stepping Over a Method
When you step over a method, the Java WorkShop executes one source line; if the source line is a method call, the WorkShop executes the entire method without stepping through the individual method instructions.
Step over a thread in one of the following ways:
- Click the Step Over button in the Threads/Stack tab in the Debugger.
- Click the Step Over control

on the Source Editor tool bar.
- Press F7.
See also:
- Stepping Into a Method
- Running to a Specific Location