Re: Using Drosera
Re: Using Drosera
- Subject: Re: Using Drosera
- From: Greg Guerin <email@hidden>
- Date: Mon, 18 Jun 2007 18:07:49 -0700
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'.
-- GG
_______________________________________________
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