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

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


Michael Jackson [imikejackson at gmail.com]
> How hard is the fix? Where would I look? ./qtc-debugging-helper/dumper.cpp?

That's the by-now-dead compiled dumpers. The posh stuff is in 
share/qtcreator/debugger/qttypes.py, function qdump__QVector.

It's not conceptually hard, but can get annoying to test, as the function 
needs to work in quite a few combinations of  gdb, lldb, Python2, Python3, 
Qt 4, Qt 5, Linux, Mac (, Windows) at the same time...

> Can I hack around in there to try to get this to work? 
> Or do I need to look in the QtCreator Source Codes?

You'd just need to modify that single Python function.
If you don't I'll have a look tomorrow...

Andre'



More information about the Qt-creator mailing list