Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    [Solved] Debug C++ QML extension in OS X

    QML and Qt Quick
    1
    2
    445
    Loading More Posts
    • 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
      Mark Cederholm last edited by Mark Cederholm

      Hi, I've created a C++ QML extension and I want to debug it. In Windows, copying the *d.dll and *d.pdb to the plugin's folder allows me to debug it in Qt Creator. But now I'm trying it in OS X, and copying the *_debug.dylib doesn't seem to be enough to allow me to hit a breakpoint. What am I missing?

      1 Reply Last reply Reply Quote 0
      • M
        Mark Cederholm last edited by

        Solved: Thanks to Michael Tims of Esri.

        If the release version of the dylib is also present in the folder, rename it so that it doesn't get loaded first. Then I hit my breakpoint just fine.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post