This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Multiple C files Debug option not working in C Environment

Hi,

I am using uVision V2.26 version IDE with CX 51. In my project I have 5 groups and each group had approximately 6 C Source code files. With these groups and files I am able to do compilation and execution in hardware in proper way.

In same project I am not able to use Debug option. If I click Start Debug button code entering to debug mode, after pressing single step button, able to see disassembly code. Instead of disassembly code, I would like to see actual my C code.

Please let me know is there any option for this.

Thanks,
Suresh Kumar Kavula

Parents
  • "Thanks, With Target->Options->Output Include Debug check box I am able to do debug perfectly."

    Yep - that's why it's called "Debug Information"!! ;-)

    Seriously, the debug information is what enables the Debugger to link the pure binary executable code & addresses back to the line numbers & symbols in your source files - clearly, without this information, the Debugger knows nothing about your source!

Reply
  • "Thanks, With Target->Options->Output Include Debug check box I am able to do debug perfectly."

    Yep - that's why it's called "Debug Information"!! ;-)

    Seriously, the debug information is what enables the Debugger to link the pure binary executable code & addresses back to the line numbers & symbols in your source files - clearly, without this information, the Debugger knows nothing about your source!

Children
No data