Continuing Code Execution
To execute code without interaction with the debugger, perform one of the following actions
-
Select the Continue command from the Debug menu
-
Click the Continue execution toolbar button
-
Press F9
The debugger is then reactivated if a breakpoint is encountered.
To execute code in Animate mode, perform one of the following actions
-
Select the Animate command from the Debug menu
-
Click the Execute with animation toolbar button
The debugger then displays and highlights each line of code in the Method Source window as it is executed.