Changes between Version 71 and Version 72 of WebInspector
- Timestamp:
- Jun 7, 2016, 11:12:55 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WebInspector
v71 v72 105 105 106 106 107 == Web Inspector Remote Experiment == 107 == Using the Web Inspector remotely == 108 109 * For the GTK and EFL ports, this can be enabled with an environment variable. Check the documentation on EnvironmentVariables 110 {{{ 111 Computer1 # export WEBKIT_INSPECTOR_SERVER=${ip.ad.dre.ss}:${port} 112 Computer1 # MiniBrowser http://google.com 113 # 114 Computer2 # MiniBrowser http://${ip.ad.dre.ss}:${port} 115 }}} 116 * The very same version of WebKit has to be used on the other side 117 118 === Apple Web Inspector Remote Experiment === 108 119 [http://developer.apple.com/safari/library/documentation/AppleApplications/Conceptual/Safari_Developer_Guide/UsingtheWebInspector/UsingtheWebInspector.html Safari User Guide for Web Developers] 109 120 In early 2010, an experiment was made to get Web Inspector to run in a plain old web page, debugging a remote web browsing session in another browser window.