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 .

    New launch configuration

  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.
Related concepts
Configuring automated builds
Building a single project
Building from the command line
Adding a use message
Related tasks
Enabling the autobuild feature for QNX C/C++ projects
Enabling the autobuild feature for non QNX C/C++ projects
Building all projects
Building selected projects
Cleaning and rebuilding all projects
Cleaning selected projects
Autosave before building
Creating custom options
Creating a QNX target system Project
Building selected projects