简体   繁体   English

如何在Windows7中安装Weinre

[英]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 如果仍然需要在本地使用Weinre,则安装后的全局过程如下: Weinre找不到任何目标

More precisely here: https://stackoverflow.com/a/16761649/79445 更精确地在这里: 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. 当我尝试搜索答案时,我发现了一个有趣的链接http://debug.phonegap.com/ ,您在该网站上安装了weinre。

What you need to do is: 您需要做的是:

  1. open the link http://debug.phonegap.com/ 打开链接http://debug.phonegap.com/
  2. Create your guid in the text box there. 在此处的文本框中创建GUID。
  3. then you see the script tag generated for your guid below. 然后您会在下面看到为您的GUI生成的脚本标签。
  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 然后访问http://debug.phonegap.com/#yourguid。您会看到网络检查器
  7. debug it, simple. 调试它,简单。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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