Hello,
i want to use several Expression Windows with different global variables in Debug-Mode of CCS6.
Is this possible and how?
kind regards Ralf
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.
Hello,
i want to use several Expression Windows with different global variables in Debug-Mode of CCS6.
Is this possible and how?
kind regards Ralf
Hi Ralf,
Ralf Rink said:i want to use several Expression Windows with different global variables in Debug-Mode of CCS6.
Is this possible and how?
Several Expression Windows - Not possible. Multiple Global variables in single Expression Window - Possible.
Regards,
Gautam
There actually is a little icon on the expression view toolbar where you can open another copy of the expressions view
However, the contents of the views will be the same unless one view is pinned to a different debug context. So in a single core environment, they will display the same content (no way to have different variables in each view for the same debug context)
ki