Changes between Version 2 and Version 3 of WebInspectorDebugging
- Timestamp:
- Aug 18, 2015, 9:03:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified WebInspectorDebugging
v2 v3 5 5 == Inspecting the Inspector 6 6 7 For the Mac port, set the following defaults to allow inspecting the inspector.7 For the Mac port, set the following defaults to allow inspecting a '''local''' Web Inspector. 8 8 9 9 {{{ 10 10 defaults write com.apple.Safari WebKitDeveloperExtrasEnabled -bool YES 11 }}} 12 13 For the Mac port, set the following defaults to allow inspecting a '''remote''' Web Inspector. 14 15 16 {{{ 17 defaults write com.apple.WebInspector DeveloperExtrasEnabled -bool YES 11 18 }}} 12 19