Creating a launch configuration

Note: Make sure you build your project first before you create a launch configuration for it.

To create a launch configuration so you can run your project:

  1. In the Project Explorer view, expand the Binaries folder.
  2. Right-click on your project's executable file.
  3. Select Run As > C/C++ QNX Application.

  4. In the Name field, give your launch configuration a name.
  5. In the Target Options section, select your target.
  6. Click the Run button.
Your program runs, and the IDE shows its output (if any) in the Console view.