To execute the current line of code, perform one of the following actions
Select the Step Over command from the Debug menu
Click the Step over next statement toolbar button
Press F8
The current line of code is then executed.
To display and step into a method called during execution of the current line of code, perform one of the following actions
Select the Step Into command from the Debug menu
Click the Step into next statement toolbar button
Press F7
If the next instruction in the current line of code is a method call, the debugger displays that method, to enable you to view execution of the method.