Debugging Qt objects with totalview
Unsolved
General and Desktop
-
Hi,
While debugging some areas of my code, using the TotalView debugger,
I'm trying to find a way of inspecting Qt objects, I'm having trouble with it since the debugger tells me that the objects are opaque,
for example Opaque Q3ListViewItem.Is there a way to reconfigure the debugger? add something to the source? or some other way of seeing inside those opaque objects?
By the way, I'm using Qt 4.7.1.Thank you in advance!
-
Hi,
If memory serves well, on Linux, Qt Creator uses Python dumper scripts for gdb to be able to show Qt objects.