When your C/C++ project is built and ready for debugging, you can follow the steps below to invoke the Intel® Debugger (See Intel C++ Compiler Documentation or Eclipse/CDT* documentation for details on creating and building projects):
1. Choose >Run >Debug...from the main menu. Click the Debugger tab.
2. Choose the Intel® Debugger from the Debugger drop-down list.
3. If you ran idbvars.sh or idbvars.csh, skip this step. If not, enter the full path to the debugger executable in the "Debugger Location" field.
4. Click Debug.
For subsequent debug sessions, you can simply select the program in the navigator tab and then select Run > Debug As > C/C++ Local Application (or click the bug icon in the toolbar).
The perspective will switch to the debug perspective like the example below: