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. Launching Debugger gets stuck on OSX Yosemite
Qt 6.11 is out! See what's new in the release blog

Launching Debugger gets stuck on OSX Yosemite

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 2.0k Views 1 Watching
  • 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.
  • W Offline
    W Offline
    weaver4
    wrote on last edited by
    #1

    I have installed xcode and the xcode command line tools.

    But Apple did not seem to include gdb. So I set up a kit with lldb.

    But when I start a debug session with a very simple c program it gets stuck saying "Lauching Debugger". The Debug toolbar says "Starting debugger "LldpEngine" for ABI "x86-macos-generic-mach_0-64bit"...

    OK what do I need to do to get this to work?

    Below is the last few lines from the debugger window.

    Thanks,

    ===================================================
    dBREAKPOINTS ARE SYNCHRONIZED
    dLldb stdout: breakpoint-added={lldbid="1",hitcount="0",threadid="0",oneshot="0",condition="",enabled="1",valid="1",ignorecount="0",locations=[{locid="1",func="main",enabled="1",resolved="0",valid="1",ignorecount="0",file="/Users/trey/Development/Qt-Projects/build-LookforC-Desktop_Qt_5_3_clang_64bit-Debug/../LookforC/main.cpp",line="8",addr="18446744073709551615"},],file="/Users/trey/Development/Qt-Projects/build-LookforC-Desktop_Qt_5_3_clang_64bit-Debug/../LookforC/main.cpp",line="8",modelid="2"}@
    dtoken="2"@
    dcontinuation="runEngine2"@
    sRunning requested...
    <3{"cmd":"runEngine","token":3}
    dLldb stdout: token="3"@

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andrep
      wrote on last edited by
      #2

      LLDB has changed its startup requirements. Your options are either using an older build of LLDB, or Qt Creator 3.3 rc, or apply the patch from https://codereview.qt-project.org/#/c/95516/ manually to your lldbbridge.py.

      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