简体   繁体   中英

How to install Weinre in windows7

请帮助我使用weinre从我的机器上安装和调试移动html。很多人告诉我weinre有多么有用,但是我找不到安装方法,请帮助我如何安装weinre和使用它进行调试。提前致谢。

If you still need to use Weinre locally, here is the global process after install: Weinre does not find any target

More precisely here: https://stackoverflow.com/a/16761649/79445

When i try to search for the answer, i found one interesting link http://debug.phonegap.com/ , there you have the weinre installed in that website.

What you need to do is:

  1. open the link http://debug.phonegap.com/
  2. Create your guid in the text box there.
  3. then you see the script tag generated for your guid below.
  4. copy paste that script tag in your mobile page where you want to test
  5. open the page you want to test in the mobile browser
  6. then come to the http://debug.phonegap.com/#yourguid.there you see the web inspector
  7. debug it, simple.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM