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?