Running a Project

After Building a Project, you can run your project by following these steps:


  1. Select the hello_world project in the Project Explorer view.

  2. Select Run > Run As > Local C/C++ Application.

  3. On the Launch Debug Configuration Selection dialog, select either the Intel(R) Debugger (if installed) or the GDB Debugger*, then click OK.

  4. After the executable runs, the output of hello.c appears in the Console view.