[Webkit-unassigned] [Bug 51364] Web Inspector: Remote Web Inspector for platform/mac

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 20 19:48:05 PST 2010


https://bugs.webkit.org/show_bug.cgi?id=51364





--- Comment #9 from Joseph Pecoraro <joepeck at webkit.org>  2010-12-20 19:48:05 PST ---
Created an attachment (id=77075)
 --> (https://bugs.webkit.org/attachment.cgi?id=77075&action=review)
[IMAGE] Remote Session Sample

Image of a Remote Session. Once enabled.

To enable on Mac with Safari:

  shell> defaults write com.apple.safari WebKitInspectorServerEnabled -bool YES
  shell> run-safari
  2010-12-20 19:42:25.230 Safari[37319:a07] WebInspectorServer: Started
  2010-12-20 19:42:25.232 Safari[37319:a07] WebInspectorServer: Address (localhost)
  2010-12-20 19:42:25.232 Safari[37319:a07] WebInspectorServer: Port (9999)
  ...

Then you can connect to the machine on that port. For example for a machine
named "foo.example.com" you could connect to "foo.example.com:9999" to
get the listing page. Clicking one of the links would load a remote session for
that page.

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



More information about the webkit-unassigned mailing list