Changes between Version 2 and Version 3 of WebInspectorDebugging


Ignore:
Timestamp:
Aug 18, 2015 9:03:00 PM (9 years ago)
Author:
BJ Burg
Comment:

add defaults key for inspecting the remote inspector.

Legend:

Unmodified
Added
Removed
Modified
  • WebInspectorDebugging

    v2 v3  
    55== Inspecting the Inspector
    66
    7 For the Mac port, set the following defaults to allow inspecting the inspector.
     7For the Mac port, set the following defaults to allow inspecting a '''local''' Web Inspector.
    88
    99{{{
    1010defaults write com.apple.Safari WebKitDeveloperExtrasEnabled -bool YES
     11}}}
     12
     13For the Mac port, set the following defaults to allow inspecting a '''remote''' Web Inspector.
     14
     15
     16{{{
     17defaults write com.apple.WebInspector DeveloperExtrasEnabled -bool YES
    1118}}}
    1219