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.

How to set a conditional breakpoint in CCS V5.2.1

I would like to set a conditional breakpoint in my dsp programm. The programm should stop when the breakpoint has been hitted e.g. 100 times. I tried to manipulate the breakpoint via rigth click on the breakpoint --> properties but this doesn't seem to be the right way. I found some tutorials but they only covered older versions of CCS. I use the target borad TMS320C6713.

  • Hello,

    You wish to set a skip count for the breakpoint

    Semjon M��ssinger said:
    . I tried to manipulate the breakpoint via rigth click on the breakpoint --> properties but this doesn't seem to be the right way.

    This is correct. When you do this, it should open the breakpoint properties dialog. For there you can set the skip count.

    Thanks

    ki

  • It works now, thank you. My mistake was not to be in debug session. I tried to manipulate the breakpoint not in "normal" modus.