Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. debugger/lldbbridge.py used with xcode 11.6 issues from Qt Creator 4.13 ,
QtWS25 Last Chance

debugger/lldbbridge.py used with xcode 11.6 issues from Qt Creator 4.13 ,

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
lldbbridgexcodeissuesclang
2 Posts 2 Posters 585 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    bklove
    wrote on last edited by
    #1

    Qt Creator 4.13 , debugger/lldbbridge.py used with xcode 11.6.

    1. codec issues:
      xcode 13 uses python3 for default, here i found an issue and i solved it myself (trans hex str to utf-8):
      a8ae6e5d-c5ec-4522-a3e6-2b4921bee535-image.png
    2. type add issues in __lldb_init_module while using custom qt namespace and here is my current solution:
      3792a2b3-aec4-496a-814b-5ae92eb823cb-image.png
    3. 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:
      ef606c40-5931-4c20-bd8f-9bafade52ab7-image.png
    1 Reply Last reply
    0
    • crueeggC Offline
      crueeggC Offline
      crueegg
      wrote on last edited by
      #2

      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.

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved