Lenny-Hu/note

移动端远程调试

Lenny-Hu opened this issue · 0 comments

使用chrome远程调试真机上的网页

ios

iOS WebKit Debug Proxy

https://github.com/google/ios-webkit-debug-proxy

Windows 下

需要先安装 apple iTunes
scoop bucket add extras
scoop install ios-webkit-debug-proxy
ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html // 开启调试
chrome 打开 localhost:9221,点击已经连接的iPhone,然后能看到已经打开的网页,复制链接地址在chrome新窗口打开即可

可参考 https://blog.csdn.net/Mcky_Love/article/details/80847520