Stepping Over a Method
When you step over a method, JDE executes one source line; if the source line is a method call, JDE executes the entire method without stepping through the individual method instructions.
To step over a thread:
- Click the Over button

on the Edit/Debug toolbar.
See also:
- Stepping Into a Method
- Running to a Specific Location