Run Parameters Dialog

The run parameter dialog allows you to define the current program and several parameters.

Program

This is the program that will be executed if you run a program with or without the debugger. The drop-down list allows you to select programs created by the current project, but you can click on the Browse button to choose any other program.

Arguments

These are the command line arguments used by your program. The drop-down list keeps an history of the last arguments used.

Working Directory

The working directory is the current directory when your program will be run.

Environment Variables

You can click on the drop-down section, to display all environment variables that will be accessible by your program. By default, it includes all the current environment variables, they are displayed in light gray.

You can click on the New button to add a new environment variable.

You can click on the Edit button to change the value of the selected environment variable.

You can click on the Delete button to remove the selected environment variable.

When a variable has not the same value as in the current environment, it is displayed in black.

Run in Terminal

This has to be checked to run the program in a terminal allowing you to provide inputs and see its outputs using the standard Unix streams. It is not necessary for programs having a graphical interface.