i'm debugging using gdb
i just want to verify this. if i have a debug session going and there is any instanced object of a HDK object (say for example sim_object) i won't be able to see inside that object correct?
all i get at the moment is just the address of the pointer, but i can't see what's inside.
the only way is to invoke methods (for my example, sim_object, maybe i would run getIsBaked() ) and print them out.
basically when i try to load what is at the address i get an error message "unable to load memory from the specified address"