问题标签 [weinre]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
node.js - Windows 7 中的 npm install 命令 weinre 失败
我尝试安装 weinre 以使用以下命令调试 phonegap 应用程序:npm install weinre
我总是有同样的错误:
我使用的是 Windows 7,我用管理员打开了 cmd,我已经安装了 node.js。我已阅读有关此的其他问题,但我没有解决方案。
拜托,你能帮帮我吗?
android - Weinre 上的匹配 CSS
当我使用 Weinre 进行调试时,我无法在我的网站上找到所有匹配的 CSS。我正在从我的 Android 设备(Android 浏览器)打开我的网站:
然后,在我的桌面 Chrome 上:
http://192.168.0.159:8080/client/#anonymous
当我停止我的防病毒和防火墙时,我终于让它工作了,所以我可以将 dom 元素悬停,我看到它们上面有蓝色层(就像检查员所做的那样)。
问题是我没有让我的媒体查询 CSS 应该匹配显示在 Weinre 检查器上。
我也看不到“网络”选项卡上的任何活动。
非常感谢
node.js - 如何在 Nginx 代理后面配置 weinre?
我安装了最新的weinre (2.0.0-pre-I0Z7U9OV)。我可以启动它,一切正常,但我需要在 Nginx 代理后面运行它才能使用受信任的 SSL 证书。所以我尝试的是以下内容:
该站点正在打开,一切正常,但是将目标脚本添加到我的移动页面时,我看不到它出现在目标列表中。于是我开始深入研究,在 Chrome 控制台中发现了以下内容:
为什么它发布到ws/target
而不是发布weinre/ws/target
?因为其他一切都在 weinre 子位置下工作。
甚至可以在这样的设置下运行 weinre 吗?
node.js - npm -g 在 Windows azure 远程服务器上安装 weinre
我一直在尝试在 Windows Azure 服务器上安装 weinre,在下载 node.js 并输入“npm -g install weinre”后,我在 cli 中收到以下错误消息。
console - Is there any new version of Weinre?
I am searching for a similar project or a new version of Weinre that has a latest dev tools console. I need timeline and profiling but the current version of Weinre does not have a lot of tools.
So, is there any new version of Weinre?
android - 使用 weinre 或 chrome 时,Android NATIVE 浏览器远程调试不起作用
我一直在使用 weinre 和 chrome 远程调试 Android 平板电脑(Android 4.2.2)上的本机浏览器,但到目前为止它无法正常工作。找不到目标。当我将它与 chrome、firefox 和 opera 一起使用时,它运行良好。
文件本地放置在 sd 卡中,通过 file:///sdcard/wherever/file.html 访问。我需要一种在本机浏览器上调试网页的方法。谢谢。
cordova - Weinre 控制台日志未显示
我安装了最新版本的 weinre 2.0.0-pre-I0Z7U9OV。除了控制台之外,一切(元素、资源、网络)似乎都按预期工作。
我的应用程序有很多console.log
整个 JS 文件,但我在 weinre 控制台中看不到任何内容,即使我alert('XXX')
在 weinre 控制台中执行它也会显示在我的应用程序中。另一方面,如果我console.log('test')
在应用程序的控制台中执行操作,它会显示在 weinre 中。所以我猜它们是连接的,但我不知道为什么没有显示来自 JS 文件的日志..
我错过了什么?
其他详情
- 我正在构建一个 Ember.js 应用程序
- 目前我正在使用 Chrome 进行测试:weinre 和我的应用程序都在 Chrome 上的 2 个选项卡中打开
- 我必须使用 weinre 在 iOS 上调试 Chrome,因为没有其他解决方案
javascript - 为什么我不能使用cordova-sqlite-storage?
我正在编写一个 android 应用程序,我正在使用 phonegap 和 weinre 进行调试。
一些信息:
该插件已安装,但是当我使用 phonegap 运行它并在手机中打开它时,控制台中没有显示任何内容。没有错误,什么都没有。窗口对象打印在控制台中,但不是其他所有内容。
我正在使用phonegap的默认配置,谁能告诉我为什么会这样?
这是我在 js 脚本中编写的代码。
cordova - weinre 调试器服务器报告调用异常
我正在使用 WEINRE 调试/检查 Windows Phone 8 模拟器(以下版本)上的 Cordova/Ionic 应用程序。
当我运行 WEINRE 服务器时,它运行良好,我可以正常检查应用程序,但我启动服务器的终端每秒记录大约 100 个错误,主要如下所示:
页面浏览量越大,发生的错误就越多。考虑到错误与属性和子节点等有关,这似乎与页面上的标签数量有关。也许这实际上是导致它的 DOM 检查器?
有谁知道是什么导致了这个错误,我该如何阻止它?
这是weinre -v的输出:
其他版本
- 离子 1.7.4
- 科尔多瓦 6.1.1
- WP 8 WVGA 512mb 模拟器
- 视觉工作室 2015
- 视窗 10
windows - how to use weinre with browsersync
Windows 10, iPad
I'm running browsersync and trying to debug an iPad with this command:
browser-sync start --proxy "www.mysite.com" --host my-ip-address --files /my-directory
On the iPad I'm accessing the "External Url" listed in the command window. On my desktop machine I can access the browsersync UI and enable things like "CSS Outlining" and the outlines show on the iPad but I'm trying to figure out how to get console errors from the iPad visible on my machine in weinre.
The odd thing is I can type alert('hi');
into the weinre console on my desktop and it will show the alret on the ipad, but none of the console errors from the ipad are showing on the weinre console.
Any suggestions? Is there something better than weinre for debugging an iPad on a Windows machine?
Thanks.