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.

about calculation & lable functionality in watch window (on CCSv4.x)

 

 

Hi, all.

In Code Composer Studio v3.3 ...

Supported calculation functionality in watch window and

can display lable instead of variable name.

ex) if ... variable x is 10 and add "x * 10" to watch window then ...

"100" displayed in watch window.

if ... add "counter:x" at watch window then ...

"counter" displayed in watch window's name field instead of variable name.


In Code Composer Studio v4.x ...

above functionality still works ?