当前位置: 代码迷 >> Web前端 >> 手机浏览器web运用调试
  详细解决方案

手机浏览器web运用调试

热度:110   发布时间:2013-08-14 14:27:55.0
手机浏览器web应用调试

1. Install weinre:?http://people.apache.org/~pmuellr/weinre/docs/latest/Home.html

npm -g install weinre

2. Run weinre: ?weinre options

? ? ?weinre --boundHost hostname/IP --httpPort 8081

3. Add a script tag into web page:

? ??<script src="http://a.b.c:8081/target/target-script-min.js"></script>

4. Access?http://a.b.c:8081/client to debug app.

  相关解决方案