Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Debugger hangs on macOS
QtWS25 Last Chance

Debugger hangs on macOS

Scheduled Pinned Locked Moved Unsolved General and Desktop
4 Posts 4 Posters 1.9k 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.
  • M Offline
    M Offline
    Megatokio
    wrote on last edited by
    #1

    Re: Debugger hangs on Mac OS X...

    this seems still not solved. (Qt 5.9.2)
    and it's really annoying and makes debugging a pain, as this takes 7 minutes (!) each time i open a variable in the variables view during which the debugger is completely blocked.

    debugger log:

    (lldb) script theDumper.fetchVariables({"autoderef":0,"context":"","displaystringlimit":"100","dyntype":1,"expanded":["inspect","return","local","watch","local.this"],"fancy":1,"formats":{},"nativemixed":0,"partialvar":"local.this","passexceptions":0,"qobjectnames":1,"stringcutoff":"10000","token":11,"typeformats":{},"watchers":[]})
    bridgemessage={msg="Searching for type QObjectPrivate across all target modules, this could be very slow"},

    eERROR: Lldb stderr: error: MemoryInspector.o DWARF DW_TAG_array_type DIE at 0x00014d9f has a class/union/struct element type DIE 0x00014dab that is a forward declaration, not a complete definition.
    eTry compiling the source file with -fno-limit-debug-info or disable -gmodule

    i don't know whether the eERROR part refers to the problem (as the poster of the referenced post assumed) but the first block of the message clearly is.

    how can this be solved?

    1 Reply Last reply
    1
    • S Offline
      S Offline
      steva44
      wrote on last edited by
      #2

      I have the same problem. Does anybody have a solution? Running the latest Qt with OSX and Xcode9.1

      1 Reply Last reply
      0
      • Martin DelilleM Offline
        Martin DelilleM Offline
        Martin Delille
        wrote on last edited by
        #3

        I have a first solution that was to use a debug build of Qt that I compiled myself, but it leads to another problem.
        Everything is explained here: https://stackoverflow.com/questions/48076697/qt-creator-debugger-very-slow

        1 Reply Last reply
        1
        • mrjjM Offline
          mrjjM Offline
          mrjj
          Lifetime Qt Champion
          wrote on last edited by
          #4

          Hi
          Seems like this
          https://bugreports.qt.io/browse/QTCREATORBUG-19197

          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