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.

HOW TO see the data of a variable or constant during runtime or debugging ?



Hi, 

     i wanted to know that how to see the data of a variable or constant during runtime or debugging In the Code Composer Studio.

is there any posibilty to do show. Cause i have to see the the run-time data.

Thanking YOu

Sayan

  • For the current values of variables or registers display during a Debug-run, add somewhere in the program -on a line that will be executed properly- a breakpoint. Go to the "Breakpoint Properties..." and change "Debugger Response\Action" from ‘Remain Halted’ to ‘Update View’ to update the visible variables in the Expressions view, or ‘Refresh All Windows’ to update also the values of the Registers view.

    Please note that this will delay the implementation of the program properly.

**Attention** This is a public forum