Run Menu Commands

Restart Resets execution to the first line of the program
  Stop Debugging Stops the program and debugging; allows return to normal editing
  Go Starts or continues program execution
  Continue to Cursor Executes program up to line containing insertion point
  Trace Into Single-steps through a program, entering each routine as it is called
  Step Over Single-steps through a program without entering each routine as it is called
  Animate Highlights each statement as it is executed