Running a project
Running a CBS project is done via the Launch Bar. Make sure the launch bar is installed and enabled.
First build the project for Run. See Building a project.
-
Select the launch configuration of the project you want to run.
-
Select launch mode Run.
-
Press the Run button in the launch bar.
-
Inspect the program output in the Console window.
Changing run settings
To change run settings:
-
Set the launch mode to Run
-
Edit the project’s launch configuration. Click on the gear icon.
The edit launch configuration wizard will open.
On the Main tab you can set an alternative C/C++ application, and you can enable or disable build before launch.
On the Arguments tab you specify optional arguments, and you can change the working directory.
On the Environment tab you define optional environment variables.