[Webkit-unassigned] [Bug 14231] New: "Using Drosera" instructions are incorrect

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 09:57:15 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14231

           Summary: "Using Drosera" instructions are incorrect
           Product: WebKit
           Version: 419.x
          Platform: Macintosh
               URL: http://trac.webkit.org/projects/webkit/wiki/Drosera
        OS/Version: Mac OS X 10.4
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Drosera
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rush at manbert.com


The "Using Drosera" instructions say "If you're debugging your own application
however, you'll need to make sure the WebKitScriptDebuggerEnabled key is in
your bundle identifier...".

This is incorrect. It should say something like "If you're debugging your own
application however, you'll need to make sure the WebKitScriptDebuggerEnabled
key is in your application's user defaults with a value of true".

You might also show how to set this from the command line:
    defaults write yourApplicationBundleIdentifier WebKitScriptDebuggerEnabled
-bool true

which is what I finally did to get it working.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list