Stepping Into a Method
When you step into a method, the Java WorkShop executes one source line; if the source line is a method call, the WorkShop executes the first statement of the method and stops.
Step into a thread in one of the following ways:
- Click the Step Into button in the Threads/Stack tab.
- Click the Step Into control

on the Source Editor tool bar.
- Press F8.
If you step into a method for which the source code is not available, the Debugger highlights the line in purple. To continue debugging, either run the Run to Here command on the Source Editor or set a breakpoint and run Resume.
See also:
- Stepping Over a Method
- Running to a Specific Location