How do I debug iOS app crashes?
Randy Hengst
iowahengst at mac.com
Sun Dec 18 20:31:50 EST 2011
Have you tried adding this handler to your stack script?
on errorDialog pExecutionError, pParseError
answer "An error occurred on line: " & item 2 of line 1 of pExecutionError
end errorDialog
be well,
randy
-----
On Dec 18, 2011, at 7:17 PM, Bill Vlahos wrote:
> I have an app that works fine on Desktop computers but when I run it in the simulator it crashes the app when I do a particular thing. I've looked at all the code I don't see anything that should fail.
>
> Since I'm running it in the simulator I can't tell why it is crashing. How can I debug it?
>
> Bill Vlahos
>
> Sent from my iPhone
>
> _______________________________________________
> use-livecode mailing list
> use-livecode at lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
More information about the use-livecode
mailing list