Re: Using Drosera
Re: Using Drosera
- Subject: Re: Using Drosera
- From: Rush Manbert <email@hidden>
- Date: Tue, 19 Jun 2007 09:03:23 -0700
Greg Guerin wrote:
Rush Manbert wrote:
I am trying to use the Drosera JavaScript debugger that is available in
the WebKit nightly builds.
On the web page (http://trac.webkit.org/projects/webkit/wiki/Drosera) it
says "If you're debugging your own application however, you'll need to make
sure the WebKitScriptDebuggerEnabled key is in your bundle identifier".
My project is XCode based. I know this has something to do with the
info.plist file, but I have no idea how to make the
WebKitScriptDebuggerEnabled key be in my bundle identifier.
Can anyone please help?
<http://trac.webkit.org/projects/webkit/wiki/Drosera#EnablingDrosera>
defaults write com.apple.Safari WebKitScriptDebuggerEnabled -bool true
Google is also your friend. Search for:
WebKitScriptDebuggerEnabled
Top hit:
<http://lists.apple.com/archives/webkitsdk-dev/2006/Aug/msg00020.html>
Note the list. You may find additional answers by subscribing to it.
I also recommend filing a bug or edit against that section of the Drosera
wiki, because "in your bundle identifier" is simply using the wrong
terminology. They clearly mean "in your app's user defaults", which is
exactly what they show for using Drosera with Safari. The relationship is
that "your bundle identifier" is the DOMAIN-NAME for that app's user
defaults. See 'man defaults'.
Hmmm, I would have sworn that I replied to Steve yesterday, but I don't
see the post. Anyway, thanks for the replies. I realized a little later
what was going on and did the right thing. Now Drosera can attach to my app.
I will file a bug against the wiki.
- Rush
_______________________________________________
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