Debuggin in Xcode

Posted by huggie on Stack Overflow See other posts from Stack Overflow or by huggie
Published on 2010-01-16T06:58:26Z Indexed on 2010/03/28 8:03 UTC
Read the original article Hit count: 192

Filed under:

I'm toying with iPhone app development. Often times I would run into runtime error and I would have no idea where the error occurs (e.g. the exact line). In console app with GCC I could at least compile with the -g flag. dump a core file and read that core file in to get to the last line that got into trouble. But how would I do that in Xcode? Build and Debug doesn't seem to have the debugging symbol loaded.

© Stack Overflow or respective owner

Related posts about xcode