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.

Debugging an application loaded during runtime with a bootloader

The following situation:

I am debugging my bootloader which is loading an application-binary into flash. After that the code will jump to the main function of the application. After the jump I can only debug on assembler-level, since CCS does not find the code of the application.

Is there a way to tell the CCS-Debugger where it can find the sources for this part of the executable?