Re: Debugging browser plugin loading
Re: Debugging browser plugin loading
- Subject: Re: Debugging browser plugin loading
- From: Alexey Proskuryakov <email@hidden>
- Date: Wed, 22 Nov 2006 11:51:24 +0300
- Thread-topic: Debugging browser plugin loading
On 11/21/06 10:48 PM, "Mark Wagner" <email@hidden> wrote:
> I've fixed the problem. It turns out the entry points were compiled
> with C++ linkage instead of C linkage, so Safari wasn't finding them.
> I don't suppose there's a better way to figure this out than tracing
> through the disassembly of the plugin-loading code in Safari?
All the plugin-loading code is open source (it's in WebKit, not in
Safari), so you can debug it visually in Xcode. Debug builds of WebKit also
provide assertions and logging that can helpful when tracking down various
problems.
- WBR, Alexey Proskuryakov
_______________________________________________
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