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@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@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to