Tool/software:
Hi,
I've created some simple C++ classes for my DSP project but I'm having some trouble with the debug view in CCS. As long as I don't have any methods in the class the class instances will show in the Debug Expressions window and I can see all the attributes. As soon as I add a method to the class the expressions window can't show the class anymore. Instead it shows "identifier not found".
How can I make the expressions window continue to show the class attributes when there are methods in the class as well?
Thanks,
Matt