[Qt-creator] OS X Debugger (LLDB) Not showing number of items in containers

Poenitz Andre Andre.Poenitz at digia.com
Tue Feb 18 17:00:36 CET 2014


It looks like the Qt 4 QVector dumper is generally broken with LLDB due to
anonymous union in the main structure. Qt 5 layout has changed, and GDB
transparently skips the union when accessing members.

The good news is that this should be fixable ;-)
Andre'



More information about the Qt-creator mailing list