Michael Jackson [[email protected]] > 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' _______________________________________________ Qt-creator mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/qt-creator
