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
github地址和文档:https://github.com/avwo/whistle
// whistle会运行在8899端口,可以按需修改 w2 start -p 8899
手机wifi开启手动代理,服务器为mac的ip,端口就是上面的8899
然后mac上chrome打开http://127.0.0.1:8899/#network
把jady02的host代理到本地localhost上,只需要按图中配置:
然后查看network:
先写好配置项并保存:
然后点击上面的weinre选项卡进入一个页面, 真机访问这个host下的url
weinre
此时绿色的链接表示当前激活的链接,选择上面的elements选项卡就可以看到DOM/CSS了。
首先下一个vconsole的min.js包至本地,然后按图中配置:
此时可以在network标签中看到请求和console.log:
如果需要运行时注入一些代码,可以通过vconsole真机来操作,也可以通过whistle做注入:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
真机调试教程
背景
使用whistle解决上述问题
github地址和文档:https://github.com/avwo/whistle
准备工作
安装
开启服务
真机连接代理
手机wifi开启手动代理,服务器为mac的ip,端口就是上面的8899
打开mac控制台
然后mac上chrome打开http://127.0.0.1:8899/#network
然后
常用需求配置
1. HOST代理/查看网络请求
把jady02的host代理到本地localhost上,只需要按图中配置:
然后查看network:
2. 查看真机DOM/CSS
先写好配置项并保存:
然后点击上面的
weinre
选项卡进入一个页面,真机访问这个host下的url
此时绿色的链接表示当前激活的链接,选择上面的elements选项卡就可以看到DOM/CSS了。
3. 查看真机运行的console控制台
首先下一个vconsole的min.js包至本地,然后按图中配置:
此时可以在network标签中看到请求和console.log:
4. 真机注入可执行scripts
如果需要运行时注入一些代码,可以通过vconsole真机来操作,也可以通过whistle做注入:
The text was updated successfully, but these errors were encountered: