■ Continues program execution from the point where it left off
after the running project was stopped.
■ You can use this command to continue a project after a
breakpoint or watchpoint has allowed you to:
• Look at variable values in the Immediate window
• View the output screen
■ Use F8 to step through code one statement at a time, or
F10 to step through code one procedure at a time.