How to debug iPhone project crash when there is no error message
Posted
by
teepusink
on Stack Overflow
See other posts from Stack Overflow
or by teepusink
Published on 2011-01-14T08:01:04Z
Indexed on
2011/01/14
8:53 UTC
Read the original article
Hit count: 189
objective-c
Hi,
I am doing this iPhone app that works fine on the simulator.
However, when I run it on a device in debug mode, it just crash without any error messages.
How can I debug that?
I heard about a flag we can set to help with this kind of situation but not sure what that flag is and how to set it.
If I'm not mistaken I think what that flag does is put a break point automatically prior to crash.
Thanks,
Tee
© Stack Overflow or respective owner