Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
New: LLDB formatters for Qt types
-
I'm putting together a collection of formatters to help debugging in Xcode and LLDB. Available at https://bitbucket.org/lukeworth/lldb-qt-formatters. Let me know how it goes for you and if there is anything that could be improved.
-
This is a very useful set of formatter... My problem is that the formatters works only once in a while. Sometimes I have to start XCode 7.2 several times to make it work. And as soon as I restart the debugger, the formatters don't work anymore. This sounds more like a LLDB bug than a bug from your formatters, I must say...
-
I have forked this project and updated it for Qt 5.13.2/ XCode 11 / Python 3 on Mojave
Curious to see if it helps others
-
@SSchilz thanks for that