Re: website like ebay.com's flash content crashing webKit like app?
Re: website like ebay.com's flash content crashing webKit like app?
- Subject: Re: website like ebay.com's flash content crashing webKit like app?
- From: Jens Alfke <email@hidden>
- Date: Sun, 6 Sep 2009 12:39:05 -0700
On Sep 6, 2009, at 12:30 PM, jon wrote:
so there is something in flash that is checked that shouldn't be
checked? or just sort of normal and i always have to uncheck
that when ever using the webkit?
If you're debugging an app that uses WebKit, and it loads a page that
uses the Flash plugin, you need to uncheck that Xcode setting to avoid
falling into the debugger all the time in Flash code. (Or, you can
just press Continue and keep going. The app didn't crash, it's just
like a breakpoint.)
(There are similar issues with other system code — like, if you set
breakpoints on C++ 'throw' calls, and the app uses the Security
framework, you'll hit lots of exceptions that the security/crypto code
throws and then catches internally. This has annoyed me for a long
time.)
—Jens_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden