We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
上面废话那么多,也不浪费写的时间,直接引入正主,这位大哥内部集成了weinre,可以通过代理的方式拦截所有html自动注入weinre所需的js代码,相对weinre简便很多
1.操作简单 2.调试&抓包 3.支持HTTPS(手机安装证书,略麻烦) 4.混合app下只拦截webview发起的https请求。(最近混合app搞得少了,这块用的少)
全局安装
npm install spy-debugger -g //window
运行
spy-debugger
设置手机代理
网站证书安装不了? 1.生成证书
//生成本地证书 //生成目录 /Users/yourName/node-mitmproxy spy-debugger initCA
2.安装证书 把node-mitmproxy文件夹下的 node-mitmproxy.ca.crt 传到手机上,点击安装即可。
IOS 打开Safari浏览器
3.iOS新安装的证书需要手动打开证书信任 (https://github.com/wuchangming/spy-debugger/issues/42)[https://github.com/wuchangming/spy-debugger/issues/42]
经历上面几步,就可以愉快的拿手机点开页面,然后直接pc上进行调试了。Of course, 你的手机和电脑必须处于同一网段
如果您有更好的真机调试方案,欢迎给我提issues,本人感激不尽~(虽然github写的少,推广更加米有,云笔记依赖症者,无奈(ノ﹏ヽ))
The text was updated successfully, but these errors were encountered:
No branches or pull requests
回忆下吧
spy-debugger 调试
特点
1.操作简单
2.调试&抓包
3.支持HTTPS(手机安装证书,略麻烦)
4.混合app下只拦截webview发起的https请求。(最近混合app搞得少了,这块用的少)
spy-debugger安装
全局安装
运行
设置手机代理
安装证书
网站证书安装不了?
1.生成证书
2.安装证书
把node-mitmproxy文件夹下的 node-mitmproxy.ca.crt 传到手机上,点击安装即可。
3.iOS新安装的证书需要手动打开证书信任
(https://github.com/wuchangming/spy-debugger/issues/42)[https://github.com/wuchangming/spy-debugger/issues/42]
经历上面几步,就可以愉快的拿手机点开页面,然后直接pc上进行调试了。Of course, 你的手机和电脑必须处于同一网段
后记
The text was updated successfully, but these errors were encountered: