I want to debug my C source code program with Keils and Keil works well but it show debugging with assembly language but i want to debug with C source level .From view menu i toggle between disassembly and source window but i am unable to debug at C source what is problem i am using Keil and XP on a amd duo
Did you remember to enable the Debug information in the Target settings?
As already noted, remember that the SRC directive - required for inline assembler - destroys all 'C' debug information..