Debugging QList<double> in Visual Studio with Qt integration -
When I debug my program, the displayed values for the floating point number are completely incorrect.
Double A = 1.0; QList & LT; Double & gt; List; List & lt; & Lt; a;
With this example, debugger shows that there is an item in a
in 1.0
that list
But its display value is garbage (it seems that it has not been read in the right place) - If I display it in my program UI then its actual value is justified in any way.
And how does it know how to solve it?
Have you added the type of QT knowledge in Visual Studio? If not, see information about it at
Comments
Post a Comment