Collection of Python script for lldb, simplifying debugging.
Prints readable QStrings for Qt 5.x inspired by http://codelite.org/LiteEditor/DebugWithLLD
-
Copy qstring.py into ~/.lldb/
-
Invoke following command in lldb:
command script import ~/.lldb/qstring.py
- Enjoy readable QStrings in lldb or Xcode