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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest