Debugging an iOS crash?
What's the best way to debug an app when it consistently crashes on the iPad?
I launch my app from Flash Builder using the debugger mode so I can see all of the trace statements. However, when the app crashes, nothing appears in the debugging console within Flash Builder to indicate there is a bug in the code.
I'm sure I can create break points in the code to see exactly where it crashes, but is there a faster/better way to find the problem?
thanks,
Jack
