Hi CrasyCat!
> Are you having problems with ANSI C source files or with Assembly source files?
The trouble is with ANSI C files.
>Are you seeing Source code in the Source window?
Yes, I can see the C source file, and I can debug it. But sometimes I need to debug viewing the ASM code executed and the Assembly windows is empty.
>Are you generating debug information for the source files?
I guess so... Because I can debug the code, but as I said before, sometimes it would be great if I can see the ASM instruction that it is executing. Now, When I want to know that, I need to go outisde the debugger and take a look at the associated .lst file and look for the line that I was debugging