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.

Code Composer Studio Break Point problems.

Dear All,

I am working on TI 28335 for some Power Electronics Application.

Earlier I was working in CCS 5.x. In this version, I could test my software through debugging. Every thing was fine there from debugging point of view.

 Recently, I have installed CCS 6.0.1.00040. Now, I have some problems in debugging my programs. The problem description is as following.

When I define a break point, by double clicking on a program code, the break point is set but I am unable to break at the break point. When I analysed, I found that there was a '\' sign on the break point sign. From 'Run' menu I found that the symbol is for 'Skip All Break Points'. Means, at break point the program can not be stopped for debugging purpose.

I tried to debug a simple project imported from the example projects ('Blinking LED'). But the same problem occurred. This means either I am making some mistake in settings or there is a bug in the CCS 6. 

My calculations etc have been verified by using 'Run to Line' (Ctrl+R) when I start the program. But, while integrated testing, I can not use this approach. So, I need to be able to enable the 'Break Point'. I feel I have made some mistake unknowingly. I have tried different setting for debugging but I could not solve the problem. 

Pl. help me to solve the problem

Vipul

NB: 

  • Hi Vipul,

    It looks like you have "Skip All Breakpoints" enabled. You can uncheck the "Skip All Breakpoints" toolbar action in the Breakpoints view to un-skip the breakpoint.

    Regards,
    Gautam