The Run panel lets you specify run arguments and the run directory, set runtime environment variables, and specify whether to build the project before running it. Use the buttons on the right side of the panel to open dialog boxes where you can specify run arguments and the run directory, and set environment variables. Use the checkbox to specify whether to build the project.
Use the drop-down lists to specify the console type and terminal type. The default console type, External Terminal, displays program input and output in an external terminal window where you can type input in response to program prompts. The default terminal type applies to the External Terminal, and is the one most appropriate for your environment.
You can set the console type to Output Window to make the program's interactive output to go to the Output window in the IDE instead of a separate terminal window. Note that when you use this option, the compiler build output is overwritten in the Output window.
See also | |
---|---|
C/C++ Project Properties Dialog Box: General Build Compiler Linker Packaging Make Profile Debug Required Projects Code Assistance |