Re: can't debug safari plugin when using 64 bit
Re: can't debug safari plugin when using 64 bit
- Subject: Re: can't debug safari plugin when using 64 bit
- From: Mike Swingler <email@hidden>
- Date: Mon, 14 Jun 2010 18:49:02 -0700
I believe the crux of the problem is that Safari is running your plugin in another process in 64-bit. Look for the WebKitPluginAgent and the WebKitPluginHost. You will probably want to attach to the WebKitPluginHost.
Regards, ~Mike
On Jun 14, 2010, at 4:20 PM, Bill Appleton wrote: hi all,
actually, that is not working
its doing the same thing -- can't hit breakpoints
here is a key question: why does the 64 bit safari behave differently than 32 bit?
if i run my 32 bit npapi plugin it debugs great in safari, but not the 64 bit version
i have downloaded webkit etc to run with safari, maybe that will help
does this ring any bells out there?
thx
bill
On Mon, Jun 14, 2010 at 1:08 PM, Paul Sanders <email@hidden> wrote:
Attach the debugger to the process running your
plugin, I would think. You can do this from within Xcode (Run -> Attach
toProcess). You would not need to debug Safari itself if the plugin is
running in its own process. Just launch it in the usual way.
Regards,
Paul Sanders.
----- Original Message -----
Sent: Monday, June 14, 2010 9:00 PM
Subject: can't debug safari plugin when using 64 bit
hi all, i can debug my NPAPI
plugin in safari under 32-bit no problem but under 64-bit my breakpoints
won't catch, etc. the plugin is running fine, and it is in 64 bit, but no
breakpoints, etc. one difference is that under 64-bit safari the plugin
is running as a separate process... does anyone have a clue about how to
debug in safari 64? thanks, bill appleton
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden