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
debuggap
vide 是一款用 vue 和 vuex 开发的 ide 有一个调试 webview 的插件
优点
缺点
VIDE 参考
网页远程审查(web inspector Remote) 可以在 PC 上 调试运行在移动端的页面
安装
sudo npm install -g weinre
启动
weinre --boundHost 10.204.2.59 --httpPort 9090
boundHost 后面接自己的 ip 地址 httpPort 是接口 访问 http://10.204.2.59:9090 即可启动客户端调试 如下图
- Access Points 中 debug client user interface: | http://10.204.2.59:9090/client/#anonymous 是客户端调试链接,点击进去可以看到目标调试对象列表,选择自己要调试的网页开始调试即可 - Target Script 是需要放在目标网页上的 js 链接
debug client user interface: | http://10.204.2.59:9090/client/#anonymous
weinre 参考
Vconsole 腾讯出品
一个轻量、可拓展、针对手机网页的前端开发者调试面板。
spy-debugger
内部集成了weinre、node-mitmproxy、AnyProxy
The text was updated successfully, but these errors were encountered:
No branches or pull requests
移动端 html 调试工具
debuggap
优点
缺点
VIDE 参考
安装
启动
boundHost 后面接自己的 ip 地址 httpPort 是接口
访问 http://10.204.2.59:9090 即可启动客户端调试 如下图
- Access Points 中
debug client user interface: | http://10.204.2.59:9090/client/#anonymous
是客户端调试链接,点击进去可以看到目标调试对象列表,选择自己要调试的网页开始调试即可- Target Script 是需要放在目标网页上的 js 链接
优点
缺点
weinre 参考
Vconsole 腾讯出品
spy-debugger
The text was updated successfully, but these errors were encountered: