debugger/lldbbridge.py used with xcode 11.6 issues from Qt Creator 4.13 ,
Unsolved
Qt Creator and other tools
-
wrote on 28 Aug 2020, 16:55 last edited by
Qt Creator 4.13 , debugger/lldbbridge.py used with xcode 11.6.
- codec issues:
xcode 13 uses python3 for default, here i found an issue and i solved it myself (trans hex str to utf-8):
- type add issues in __lldb_init_module while using custom qt namespace and here is my current solution:
- QMap and QHash can not be synthesized successfully, currently i have not found the causation, and i need help:
The QMap in xcode looks like this:
- codec issues:
-
wrote on 28 Sept 2021, 12:57 last edited by
Thank you. At least QStrings are shown correctly at the moment (Qt 5.15.2/Xcode 12.5).
Don't forget to import the codecs together with the usual imports.import codecs
Could not see any differences with the HandleCommand fixes.