Tool/software:
When I use CCS 20.1.1 for MCU debugging, I find that there are no relevant debug configurations. Do I need to manually add the relevant debugging configurations? This seems to be automatic in Code Composer Studio 12.8.1.
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.
Tool/software:
When I use CCS 20.1.1 for MCU debugging, I find that there are no relevant debug configurations. Do I need to manually add the relevant debugging configurations? This seems to be automatic in Code Composer Studio 12.8.1.
Hello,
When you import a project, the project will come with a debug configuration which will have your debug settings. You'll need to debug the project for the first time in order for the configuration to appear in this drop down menu.

You will not see an entry in the configurations drop down until after a debug session has been launched.
Select your project in the project explorer and then from the run menu select "Debug Project"

This will launch the debugger for that project. CCS will also generate the information in the launch.json at this time. After doing this once you can then select it in the configuration drop down.
Regards,
John
**Attention** This is a public forum