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.

Debugger Won't Associate Assembly In Source File

Hello,

I have some 3rd party assembly code defined in a .c file. Everything works fine apart from when I stop the IP at the assembler code then the debugger says "No source available....".

Browsing manually for the .c file shows the correlation:

I assume the association isn't present in the .out file. How can I improve this such that the .c file opens at the right place as per other source code please?

Thank you.