[Qt-creator] OS X Debugger (LLDB) Not showing number of items in containers
Michael Jackson
imikejackson at gmail.com
Tue Feb 18 17:41:44 CET 2014
How hard is the fix? Where would I look? ./qtc-debugging-helper/dumper.cpp? Can I hack around in there to try to get this to work? Or do I need to look in the QtCreator Source Codes?
Thanks
Mike Jackson
On Feb 18, 2014, at 11:00 AM, Poenitz Andre <Andre.Poenitz at digia.com> wrote:
>
> 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