[Qt-creator] Debugging lists

Fabrice Feray fabrice at feray.com
Sat May 16 14:57:50 CEST 2009


Hi,

I use lists with pointers to abstract base class to gather in the list  
different type of objects that share the same abstract base class.

In the debugger, I have only access to the base class information of  
each object. But I would like to access information beyond the base  
class: I would like to downcast them so as have access to full  
information.

How can I do that?

Thanks,
Fab





More information about the Qt-creator-old mailing list