XCode debugging. How can I see where my code fails ? I get no stacktrace...

Posted by P5ycH0 on Stack Overflow See other posts from Stack Overflow or by P5ycH0
Published on 2011-01-03T15:04:47Z Indexed on 2011/01/03 16:53 UTC
Read the original article Hit count: 161

Filed under:
|

Currently I am struggling to find out where my code fails. Xcode sometimes gives me a stacktrace, but currently is doesn't. I just get an error msg in my console like: *** -[CFString copyWithZone:]: message sent to deallocated instance 0xbe10d80. But sometimes I don't get an error message in my console at all when my app crashes. How can I figure out where the problem acually occurs? How do you guys locate your problems?

How do I get XCode to give me stacktraces?

© Stack Overflow or respective owner

Related posts about xcode

Related posts about debugging