Hi,
The new system makes it unclear how to post this directly to the Code Composer forum. My question is, how do I specify a specific function-scope static variable within the Watch window?
I'm currently using CCS v20.2.0. For a file-scope variable called myVAR in a file called my_file.c, I would input this as the expression:
'my_file.c'::myVar
Since multiple functions can have static variables with the same name, how can you specify which one to view?