iPad 上的 Firebug 精简版
已经找到了这个页面,其中包含一些内容有用的提示。
问题是我需要使用 iPad 和 Safari 在 CMS 上调试 Web 应用程序。 到目前为止,我还无法使 firebug-lite 工作。我在一个无法访问互联网的安全环境中工作,但可以使用 USB 密钥复制文件。 我已将 firebug-lite.js
复制到本地服务器,并将该文件包含在头部的脚本标记中:
<script type="text/javascript" src="http://my_server/js/firebug-lite.js"></script>
不幸的是,当我在 CMS 中打开页面时,我看不到 firebug-lite-button页面。验证源代码 firebug-lite 应该已加载到页面上。没有办法获得右键菜单来检查任何内容。
如何才能让 firebug-lite 在 iPad 上运行?我做错了什么?
Already found this page with some helpful hints.
Problem is I need to debug a web application on a CMS using an iPad and Safari.
So far I haven't been able to make firebug-lite work. I am working in a secured environment having no internet acces, but can copy files using a USB-key.
I have copied firebug-lite.js
to the local server and included the file in a script tag in the head:
<script type="text/javascript" src="http://my_server/js/firebug-lite.js"></script>
Unfortunatly when I open the page in the CMS I cannot see the firebug-lite-button on the page. Verifying the source code firebug-lite should have been loaded on the page. There is no way to get a right click menu to inspect anything.
What can I do to make firebug-lite work on the iPad? What am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您是否在桌面版 Safari/Chrome/Chromium 中测试了有问题的页面?由于他们使用 Webkit(与移动 Safari/Chrome 使用的系统相同),因此您也许能够复制该错误并找到其解决方案。您可以通过右键单击 Inspect element 打开 Chrome 的调试器。
Have you tested the problematic page in Safari/Chrome/Chromium for desktop? Since they use Webkit, the same system used with mobile Safari/Chrome, you may be able to duplicate the error and find its solution. You can open Chrome's debugger with right click, Inspect element.
启动已打开的 Firebug Lite,按照 http://getfirebug.com/firebuglite#Options :
我想你将无法检查元素,但您可以导航到 Firebug Lite 提供的 DOM 树中的元素。
Start Firebug Lite already opened, as per http://getfirebug.com/firebuglite#Options :
I think you won't be able to inspect elements, but you can navigate to the elements in the DOM tree provided by Firebug Lite.
Firebug-lite 似乎自 2010 年底以来 iPad 浏览器就出现问题 。
该问题(官方跟踪器上的罚单)尚未解决。
It looks like Firebug-lite has problems with the iPad browser since late 2010.
The problem (ticket on official tracker) has not been yet solved.