XCode debugging. How can I see where my code fails ? I get no stacktrace...
- by P5ycH0
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?