[Solved] Debug C++ QML extension in OS X
-
wrote on 7 Mar 2015, 17:43 last edited by Mark Cederholm 3 Oct 2015, 03:23
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?
-
wrote on 10 Mar 2015, 03:22 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/2