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.
Tool/software: Code Composer Studio
Hi,
I'm using TMS320F28379D with CCS v9. How to watch local variables with continuous refresh? I'm able to see Global variables in expressions window bit not local. Where to watch local variables?
Are there any settings to change in CCS ?Please advice
Venkatesh,
Local variable you can only watch when it is in scope. If you put the break-point in the local function then you can watch it.