spy-debugger 用来调试安卓、IOS 、webview 等 H5页面适配问题,抓包的话主要用在webview,调试页面适配spy-debugger还是很方便的,不需要连接数据线,直接可以访问多人同时调试。
安装:
npm install spy-debugger -g
sudo npm install spy-debugger -g
启动
spy-debugger
上手调试必备条件
spy-debugger
win或macOS下如果启动不了命令,请关闭防火墙后重试spy-debugger
启动时的ip和本地启动项目的端口http://localhost:8080
,即得出调试地址为:http://192.168.2.36:8080
如上图所示,当前的method,host,即为调试起发起的请求,点击对应的请求可以看到Response返回内容