Debugging the application for the C/C++ project

How to →debug the application:

  1. Make sure that the →perspective C/C++ has been opened.

  2. Set a breakpoint in the code. Details: see "Setting breakpoints within code"

  3. In menu Run, select Debug Configurations...

  4. The dialog provides a debug configuration HelloWorld because a run configuration has already been created. Select this debug configuration and click Debug.

    images/download/attachments/409863904/C_DebugProject_EN-version-1-modificationdate-1531310044395-api-v2.png
  5. Click Yes when your are prompted to switch to the perspective Debug.

  6. In menu Run, select Resume. Alternative: Click images/download/thumbnails/409863911/Resume-version-1-modificationdate-1531310149454-api-v2.png in the toolbar. See the description under "Debugging application in perspective "Debug"" for information on some other possibilities within the perspective Debug.

These steps conclude the instructions for the example project "Hello World".