boo远程调试方法

Windows 下远程调试app

Andriod

windows安装android SDK https://www.jianshu.com/p/4ac1313b50cb
SKD下载地址 http://dl.google.com/android/installer_r24.4.1-windows.exe

;%ANDROID_HOME%\platform-tools;%ANDROID_HOME%\tools

http://dl.google.com/android/installer_r24.4.1-windows.exe

ios

1) 先安装scoop

scoop官网

根据视频安装Scoop,主要是在cmd里打开powershell(好像是这样)
安装教程
powershell3.0以上
Microsoft .NET Framework 4.5
Windows Management Framework 4.0

2)

安装 ios-webkit-debug-proxy and libimobiledevice.
scoop bucket add extras
scoop install ios-webkit-debug-proxy
npm install -g vs-libimobile
调试工具包的Github地址

remotedebug_ios_webkit_adapter --port=9100
chrome://inspect

Port forwarding按钮是否添加端口号

你可能感兴趣的:(boo远程调试方法)