> On Sep 25, 2013, at 9:19 AM, Jerry Krinock <[email protected]> wrote: > > I think my options are… > > • For this special case, modify my AppleScript so as to not raise an > exception. Maybe check for the existence of the front document before asking > for its URL. > • Don't use the "All Exceptions" breakpoint. > • File a bug. > > What do you think?
That looks like a C++ exception. What happens if you edit the breakpoint to only break on ObjC exceptions? --Kyle Sluder _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
