[Qt-creator] Possible bug in QT Creator 1.2, debugger not working

André Pönitz andre.poenitz at nokia.com
Tue Jun 30 14:19:34 CEST 2009


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'




More information about the Qt-creator-old mailing list