Updated and tested on 06/24/2017
Using Chrome on Windows 8 and later :
Using Powershell (as administrator):
npm install remotedebug-ios-webkit-adapter -g
Using Powershell (with administrator privileges):
remotedebug_ios_webkit_adapter --port=9000
You should get a similar result:
C:\Windows\system32> remotedebug_ios_webkit_adapter --port=9000 remotedebug-ios-webkit-adapter is listening on port 9000 iosAdapter.getTargets ...
- Open Chrome and go to the following link:
chrome: // inspect / # devices
- Click "Settings" next to "Discover network targets" and add the following: local: 9000
Make sure that the web page you want to debug is open on safari, you should see it on the chrome inspector page in the Remote target section
Extra step for iOS 11 Thanks @skaurus
monkeythedev Aug 05 '16 at 10:07 on 2016-08-05 10:07
source share