Hello together,
I our project we are using C++. We have a base class without template parameter but need to subclass this class with a template parameter. But we only save a pointer to an object with the base class type. It looks something like this:
We set the breakpoint in the main-function at line 18 where the words are printed.
Is there a way if we hit the breakpoint in CCES, to watch the value of the member of the actual Derived object. I can only see the static type in the Variables Window in CCES, but not the dynamic type and therefore also not the value of the member.
I would be quite happy for any help, thanks!
Regards,
Vitus