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 (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to