Hello everybody.

I would like to know - is there any way to improve debuging - what I mean is: if I have a QTcpSocket object or QImage object or any other QT object I usually can't see any properties, just a pointer, for example:

debug.png

As you can see, for QTcpSocket - I can only "debug" the pointer, while I can expand "this", and see it's properties. I would like to do the same with QTcpSocket to - for example - see if "hasPendingConnections()" returns true. Is it possible or is it a limitation of GDB/QT/C++ ?

Thanks in advance.