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.

Watchwindow issue and Single step issue

Hi,

I am using CCS 4.1.1.00014.  When I add a static variable to watch window, value of the variable is not being shown and shows that the identifier is not found.  How to fix this?

Also I am not able to insert a break point at a math statement like post increment of a variable.  When I single step, it skips stopping at math statement; but the instruction gets executed.  How can I add a break point to this kind of statements?

Thanks,

Vamsi

  • Hi Vamsi,

    Vamsi Gudivada said:
    I am using CCS 4.1.1.00014.  When I add a static variable to watch window, value of the variable is not being shown and shows that the identifier is not found.  How to fix this?

    See: http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/39658/137801.aspx#137801

    Vamsi Gudivada said:
    Also I am not able to insert a break point at a math statement like post increment of a variable.  When I single step, it skips stopping at math statement; but the instruction gets executed.  How can I add a break point to this kind of statements?

    Do you any have optimization enabled? That step could be getting optimized, thus you cannot set a source line breakpoint there. Take a look at mixed mode view in the disassembler for that source line.

    Thanks

    ki