• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: can't debug safari plugin when using 64 bit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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 -----
From: Bill Appleton
To: email@hidden
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

References: 
 >can't debug safari plugin when using 64 bit (From: Bill Appleton <email@hidden>)
 >Re: can't debug safari plugin when using 64 bit (From: "Paul Sanders" <email@hidden>)
 >Re: can't debug safari plugin when using 64 bit (From: Bill Appleton <email@hidden>)

  • Prev by Date: multilayer build settings
  • Next by Date: Re: can't debug safari plugin when using 64 bit
  • Previous by thread: Re: can't debug safari plugin when using 64 bit
  • Next by thread: Re: can't debug safari plugin when using 64 bit
  • Index(es):
    • Date
    • Thread