On Tuesday 30 June 2009 13:50:25 ext Robert Caldecott wrote: > I built a version of Qt 4.5.2 using MSVC9 this morning and am > experimenting with CDB. I had to rebuild the debugging helpers to get > them to work, but for some reason QMaps do not use the helpers. I > tested QString and QByteArray and they seem to work fine. Is this a > known issue? My debug log follows at the end of this message (no > mention of the QMap I created).
Urm. Looks like you run into one of the cases where cdb has not yet catched up to gdb. The full list of types that work with gdb but not with cdb is QMap, QVector, QMultiMap, std::map and some details of QObject. I guess this should be put as "known issue" somewhere. Andre' _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
