One of the more annoying features of the system as it stands right now is if there’s an error (a run-time error) when my App is running on my iPhone, it continues to run. Specifically, it tries to ignore the error and continue on.
This is bad on many levels (think data corruption for preferences files, etc), but it makes it nigh impossible to catch some bugs.
My request is to have an event for handling run-time errors. This allows me to pop up a dialog with some info in it and then exit gracefully (or just plain exit gracefully… or attempt to continue if that’s my choice). While not bulletproof, this would be a huge step towards being *better* than Apps that simply just crash (heck you could even have a stack trace emailed to you or dumped into a URL) on the phone (the standard for non-corona apps) or attempt to keep running, sometimes causing more damage and making devs think the bug is in other areas.
Thanks,
Scott
P.S. If this is already possible, please slap me around and point me to some documentation!
[import]uid: 5659 topic_id: 786 reply_id: 300786[/import]