Many Qt classes use pimpl, so they are very opaque to the VS debugger.
This bothers me when I want to check some Qt internal state to see if my code is doing wrong or I have the wrong expectations about how things are.
I am using the Qt VS add-on (1.1.0), but this does not seem to help.
Any ideas?
Update
My autoexp.dat file is filled with Qt materials, but I still can't peek into the heavier classes (QWidget, QTcpSocket, etc.).
I see simpler class contents, so autoexp.dat seems to work, but trying to peek inside QWidget does not work.
Update 2
For some reason, after reading the comments and looking more, it works, and I see the data material.
I donβt know what happened at this time (when I just worked and ignored it), but I had problems viewing the data before.
I accept the answer "just works" because I cannot delete the asked question and get the closest answer. (Autoexp-dat just nicely formats debug lines using data that is already visible if one digs out)
debugging windows qt visual-studio
Macke
source share