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:


See also:

Stepping Into a Method
Running to a Specific Location