PDA

View Full Version : How to view a QObject's properties while debugging using Qt Creator on Windows (CDB)



markanth
7th November 2020, 04:32
How does one see the properties of a metaojbect in Qt Creator? When I expand the metaObject, Qobject, q_ptr, d_ptr, etc., it always shows:

[properites] <0 items>
I think the problem may have to do with Qt's use of opaque pointers, which cause such problems for me in many debug situations. My many attempts at using the expression evaluator have also netted no fruition.