Tool/software: Code Composer Studio
Greetings,
I have a system were multiple projects are loaded onto the flash at the same time. I can add debug symbols for each of them so that when they call into each other, I can follow what is happening. And when I am in a given project, I can use Expressions to see its state.
In our environment, each project collects information and stores it in a variable. The name of that variable is the same in each of the projects, and could not be changed due to code which is shared amongst the projects. In the CCS Debug perspective, when using the Expressions tab, is there a way to specify which project’s copy of the information I wish to examine?
Thank you,
Ed