Yesterday I ran into a situation (which I resolved by studying my code a lot) where the app would start and then blow up at some point in the start sequence. This would be a breeze to troubleshoot except that there was no stacktrace whatsoever. Debugging and stepping through line-by-line caused the problem to go away, and it was intermittent anyway.
- What kinds of problems cause the iPhone simulator or the device to blow up with no stacktrace? (A shortest example would be great).
- What is the best way to debug this type of problem? Line-by-line debugging is out because it causes the problem to resolve.