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.

Debugging of multiple project with CCS 5.5

Hi

We have a project that is made up of 3 CCS projects. The main CCS project links to libraries created when we build 2nd and 3rd project. We're able to single step through the code in the 1st project but not able to enter functions that are defined in the 2nd and 3rd. How can we do seamless stepping through using debugger amoung all 3 projects?.We're using CCS 5.5, XDS200 and TM4E series.

Thanks in Advance

  • Hello,
    Make sure you build with libraries with debug symbols enabled (-g) and have the library projects open in the workspace so that the debugger can find the source files.

    Thanks
    ki