Other Parts Discussed in Thread: 66AK2H14, AM3352
Tool/software: Code Composer Studio
CCS 7.2, SYS/BIOS 6.50, XDCtools 3.50
I am having trouble debugging objects that are of a class derived from an abstract base class, i.e. containing pure virtual functions. If I create a new instance of the derived object and try to view it in the Expressions, I get a message that says: "Error: cannot load from non-primitive location". Yet the object operates as I would expected it to. If I step through code and into the object derived from the abstract class, I can not see an member variables (inherited or not) in Expressions. When I try to view 'this' the debugger shows the proper class under the type yet when I expanded 'this' (to see members) I get type as "unknown" and for value: "invalid member name in macro". Might that be a clue?
My project will be infinitely more difficult if I can not view objects derived from abstract base classes. I would really appreciate some help.
Thanks,
Mike