tags:

views:

15

answers:

0

Hey, I'm using a ScriptDebugDelegate to notify me when an exception occurs in the exceptionWasRaised function.

However, I'd like to know how I could ignore the exception, ie. just skip the line of code that'd normally fire an exception.

Thanks ASH

related questions