Hi

Just wondering what peoples experiences of qt app devt on Mac are, in particular debugging.

I do all my qt development Windows using vs 2010, and of course am very used to the truly excellent integrated debugger it provides. Doing the Mac port of a qt app I have found is almost always a case of just recompile on Mac (with make not xcode), and it all runs fine. Thanks of course mainly to qt.

But today, for the first time, I had need to trace through a problem in a debugger on the Mac. So I built the app in xcode to debug. It built OK, but when it came to the debugging I just could not believe how staggeringly awful the xcode debugger is. It was like going back in time to a more primitive era. I know many people swoon about how great the Mac is in usability etc and for end users maybe it is, but MS Visual Studio vs xcode? No comparison.

Am I alone in finding xcode that bad? Just wondered what other peoples experiences of qt app debugging on Mac is? Is there a better way than xcode?

(I was using xcode 3.2.5 on MacOS 10.6.6)