Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-06 Thread André Pönitz
On Thu, Jun 05, 2014 at 09:49:23PM +0200, Till Oliver Knoll wrote: > I remember faintly that with previous Qt Creator versions I had to build > some "debug helper libraries" somewhere in the Settings - is this still > required? No. It's not needed, and not possible anymore. The compiled "helpers"

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-06 Thread Till Oliver Knoll
Am 06.06.2014 um 08:40 schrieb Till Oliver Knoll : > ... >> >> Never user Creator much, but just a guess: Does "Automatically detected" >> pick GDB while it should use LLDB? > > That was my first guess as well. In fact, there is another "Qt Kit" tab (am > not at my Mac right now, so don't know

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
Sending to proper recipient (the list!) this time ;) > Am 05.06.2014 21:49, schrieb Till Oliver Knoll: >> [...] >> Under Settings / "Creation and Execution" ("Erstellen und Ausführen") in >> the "Debug" tab I see: >> >> * Automatically detected >> GDB from System in /usr/bin/gdb >> LLDB from Sy

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Rainer Wiesenfarth
Am 05.06.2014 21:49, schrieb Till Oliver Knoll: [...] Under Settings / "Creation and Execution" ("Erstellen und Ausführen") in the "Debug" tab I see: * Automatically detected GDB from System in /usr/bin/gdb LLDB from System in /usr/bin/lldb LLDB from System in /Applications/Xcode.app/Co

Re: [Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
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 > Debugg

[Interest] Qt 5.3 OSX: Debugging failed

2014-06-05 Thread Till Oliver Knoll
Hi, I just installed the latest Qt 5.3 binary for Mac (desktop), after I completely uninstalled the previous Qt 5.2.1 (with its Maintenance tool). I then launched Qt Creator, chose "Rebuild everything from scratch" ("Alles neu erstellen") as usual and then tried debugging my application (which wa