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.

source level debugging for applications loaded dynamically into memory

I have an application that is mapped to the DDR space during link time. During run-time the code is being copied to internal memory and executed from there. Since, the application was compiled with DDR memory-placement, the debug-information from the COFF file cannot be used to debug the application when it is executing from internal-memory. Debugging has to be done at assembly level...Is there a solution by which i can still debug at source-code level, while executing from internal-memory?