[Interest] Qt 5.3 OSX: Debugging failed
Till Oliver Knoll
till.oliver.knoll at gmail.com
Thu Jun 5 22:22:10 CEST 2014
Am 05.06.14 21:49, schrieb Till Oliver Knoll:
> ...
> I then launched Qt Creator, chose "Rebuild everything from scratch"
> ("Alles neu erstellen") as usual and then tried debugging my application
> (which was built in debug mode).
>
> On the log console in then get:
>
> Debuggen beginnt
> Debuggen schlug fehl
> Debuggen beendet
>
> (Debugging starts, failed, ended).
By the way, at this point there should be a system dialog popping up,
asking me for administrator rights in order to debug. That dialog does
not show up either.
When I debug my application from the command line with
lldb /path/to/my/App.app/Contents/MacOS/TheApp
and enter run on the lldb command prompt, then I do get this dialog, and
once I enter the credentials of an admin user I can then launch my
application.
(The same seems to work when I replace lldb with gdb, the application
launches when entering "run" - however I did not try setting any
break-points with the command line versions).
Any ideas? Anyone else hit this problem with the latest Qt 5.3 (desktop
binary release) on OS X 10.8.5?
Thanks, Oliver
More information about the Interest
mailing list