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.

CCSv6.1.3 & xds100v2: Conditional Breakpoints are not working

Guru 20075 points

Hello,

I am not able to get conditional breakpoints to work.  Some time in the past they were working.

What type of reasons would cause a conditional breakpoints not to work?

Thanks,
Stephen

  • Hi Stephen,
    Were conditional breakpoints ever working for you with 6.1.3? Or was it only after moving to 6.1.3 when you had issues?

    For my preliminary tests using 6.1.3 with XDS100v2 on a 28x device, conditional breakpoints seem to work fine)

    As for what would cause a conditional breakpoint to fail, it would depend on the type of breakpoint and the condition applied. For example, if you are trying to set a hardware breakpoint with a condition that would use an extra AET resource, and you already are low on AET resources (for example a 28x target has a limited number of these), then you would be prevented from setting the breakpoint. In that case you would get an warning about lack of AET resources available. If you are able to set the breakpoint without issue but not triggering when the specified condition is met, then it could be some issue with the condition set. Could you describe exactly what type of breakpoint is being set, which condition is being applied, and for what device?

    Thanks
    ki
  • Hello Ki,

    Conditional breakpoints are working in a simple test program I created.

    I'll look into a little bit more and get back with you.

    Stephen