标签:
1. 安装: npm
install
-g weinre
2. 本地运行Proxy: weinre --httpPort 9090 --boundHost 172.18.66.146 --verbose --debug
注: 172.18.66.146 是你本机IP.
3. 将 <script src="http://172.18.66.146:9090/target/target-script-min.js#anonymous"></script> 注入到要DEBUG的html页面中。
4. 在Chrome上输入 http://172.18.66.146:9090 查看。
标签:
原文地址:http://www.cnblogs.com/best-html5-js/p/4439384.html