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 ?