There are some times when my app would presumably crash when I hit the “Stop” button on xcode when debugging.
I assume it’s crashing because I get a bunch of stuff in the Xcode debug navigator under several threads but the debug session terminates soon after and there isn’t enough time to look over what’s going on. It’s stops in a line within the “main” method of main.m for a very, very brief moment.
The debug console dosen’t give me a stack trace.
How can I debug this? I’m using the new Xcode 4.2.
If there is nothing in the console log the app didn’t crash.