I am using dumper.cpp from git master since the one included in 2.5/2.5.1 does not build with Qt 5.
I find the dumper seems to be off on QVector element index. See this screenshot: http://i.imgur.com/2T7LQ.png The QList and QVector are filled with the same elements but the dumper shows QVector element 0 with some junk numbers and element 1 is shown with the content of element 0, and so on. The qDebug output is correct in that both list and vector have the same contents. I ran into this when working with QPolugonF and thought I must be crazy since the polygon in debugger was never the values I set it to. :) BTW. std::vector and other std containers still do not show their elements in dumper, with 4.8.2 + libstdc++ or 5.0 + libc++. _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
