Use the Run command () to execute a program normally, without debugger control. If the target is an emulator, the emulator is launched and the program installed. Use the emulator controls to run the program within the emulator environment. If the target is not an emulator, the program is installed and can be run on the device like any other program.
When starting the program for the first time, there are two types of launch configurations that you can choose between:
or
The debugger does not control program execution as the program runs.
For more information on debugging, see C/C++ Development User Guide > Tasks > Running and debugging projects > Debugging.