On Tue, Jun 23, 2009 at 7:37 AM, Reza Farhad<[email protected]> wrote: > > Dear All > > I am not sure if this is right place for this, however: > In my application when I try to load a certain web pages into a Webview I > get the following error: > > > #0 0x9096d9b7 in Debugger > #1 0x13de47f5 in .objc_class_name_SwitchablePlugin > #2 0x13de4aaf in NP_Initialize
This is probably just the Flash plugin being stupid as it usually is. Fortunately it's also harmless. All Debugger() does is log a message to the console saying that it was called. If you check your executable settings in Xcode you'll find a checkbox to make it so the debugger does not stop in this function, or you can just click continue to keep running the app when you hit it. Mike _______________________________________________ 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
