Weinre 远程调试工具安装&使用
Weinre 远程调试工具安装&使用
安装方法
1. 首先需要安装node
2. npm -g install weinre //安装weinre 如果在线安装不了可以使用离线安装包(npm install filePath //本地路径)
启动
weinre --boundHost [hostname | ip address |-all-] --httpPort [port] //启动weinre
eg. weinre --boundHost 172.16.8.20 --httpPort 8090
注意:host需要配成ip,不要使用localhost(除非只会在自己的PC机器上进行调试)
相关教程
node
官网:http://nodejs.org/
教程:https://github.com/alsotang/node-lessons
npm用法及离线安装方法:http://www.tuicool.com/articles/eE7zam
nrm —— 快速切换 NPM 源:http://segmentfault.com/a/1190000000473869
weinre
官网:http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html
移动端Web开发调试之Weinre调试教程:http://www.cnblogs.com/duanhuajian/archive/2012/10/28/2743832.html
Mobile Web调试工具Weinre:http://blog.csdn.net/freshlover/article/details/42640253
本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来源 之梦!