Trapping for iOS errors?

J. Landman Gay jacque at hyperactivesw.com
Sat Nov 9 16:57:15 EST 2013


On 11/9/13 3:53 PM, J. Landman Gay wrote:
> On 11/9/13 11:13 AM, JOHN PATTEN wrote:
>> Is there any way to catch the iOS error flag and then act on that error?
>
> If you are using the iOS simulator, launch Console and select “All
> messages” at the top of the left-side list. To avoid clutter, enter any
> distinctive part of your app ID into the filter field at the top right
> of the window. Often this is the name of your company or the name of
> your app.
>
> If you are debugging on a physical device, launch XCode instead. Under
> your connected device, click the Console icon to see the same thing.
>

I forgot: you also need this handler:

on errorDialog pErr
   put pErr
end errorDialog

-- 
Jacqueline Landman Gay         |     jacque at hyperactivesw.com
HyperActive Software           |     http://www.hyperactivesw.com





More information about the use-livecode mailing list