This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Configuring "C Project" to automatically change "Debug Configuration".

I have several projects in my "Project Explorer". Two of my projects are of the type "C Projects / Makefile project" whereas one is of type "CCS Project".

The problem is, that only the "CCS Project" can be marked as "Active" if I click it once in the "Project Explorer". This essentially changes the "Debug Configuration" to the one configured for the specified project.

Is it possible to attain the same functionality for my two "C Projects"?

What I essentially wants, is to be able to click on one of my "C Projects" and press the "Debug" icon knowing that the CCS IDE has changed the "Debug Configuration" to the one desired for the "C Project".

Best Regards,
Andreas

  • Hello Andreas,
    Have you already manually created debug launch configurations for your non-CCS projects?

    Thanks
    ki
  • Sorry for the delayed reply.

    Yes, I have manually created a debug launch configuration for my non-CCS project and in that, under "Program -> Project" chosen my non-CCS project. The debug configuration I have created works as intended if I click on the Debug-icon dropdown arrow and choose it manually. The problem is that it is not selected automatically when I click on my project in the Project Explorer.

    Best Regards,
    Andreas