Trapping for iOS errors?
J. Landman Gay
jacque at hyperactivesw.com
Sun Nov 10 14:37:21 EST 2013
For anyone who'd like more info, I've just posted my RevLive 2012
conference notes about mobile debugging. It's the top entry in the
Resources page:
<http://www.hyperactivesw.com/Resources.html>
On 11/9/13 3:57 PM, J. Landman Gay wrote:
> 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