Running the Application

To run the application, choose one of the following:

  1. Select Run > Run or Continue from the debugger menu.
  2. Enter run on the command line.

The application runs, and displays Hello World! in a shell, and the program exits.

When an application does not contain any code to stop program execution, you must use breakpoints to stop the application.


Submit feedback on this help topic