How do I debug iOS app crashes?
Bill Vlahos
bvlahos at mac.com
Mon Dec 19 00:51:27 EST 2011
Randy,
Nifty suggestion. I'll have to remember it for the future.
Unfortunately it doesn't help as the app just crashes and quits without displaying the error.
Bill Vlahos
_________________
InfoWallet (http://www.infowallet.com) is about keeping your important life information with you, accessible, and secure.
On Dec 18, 2011, at 5:31 PM, Randy Hengst wrote:
> 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
>
> _______________________________________________
> 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