Re: [opensource-dev] OSX building xcode GUI compile failure

2014-02-16 Thread Ricky
No problem. I've been looking for this info myself, as I do most of my work these days on either OSX or Linux. I was doing fine with gdb until I wanted to set some breakpoints and look over variable statuses, &c... So I went looking, found the above, and got it working today. I think the issue i

Re: [opensource-dev] OSX building xcode GUI compile failure

2014-02-16 Thread Nicky Perian
I was able to solve the problem using CLI. My misguided thinking was that Apple being famous for its user GUI would have had a build system GUI at least as good if not better than windows VS2010 where you just open the project file and hit run in debug mode. From there you can set breakpoints an

Re: [opensource-dev] OSX building xcode GUI compile failure

2014-02-16 Thread Ricky
And to add to the tale: https://developer.mozilla.org/en-US/docs/Debugging_on_Mac_OS_X shows how to set up a new project for the sole purpose of debugging an existing .app without XCode trying to "helpfully" recompile the code every time you want to run the thing. Just make sure to uncheck "Allow