Firefox 3 上的 Firebug 稳定了吗?
我确实应该升级到 Firefox 3,但我非常依赖 Firebug 能否正常工作。
我知道有一个版本的 Firebug 应该可以与 Firefox 3 一起使用,但上次我查看时,它似乎存在问题。
那么,对于那些已经跃跃欲试的人来说,Firefox 3 上的 Firebug 准备好迎接黄金时段了吗?
I really should upgrade to Firefox 3, but I'm very dependent on Firebug working properly.
I know there is a version of Firebug that is supposed to work with Firefox 3, but last time I looked, there seemed to be problems with it.
So, for those that have made the jump, is Firebug on Firefox 3 ready for prime time?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
Firebug 在 Firefox 3 上很稳定,但您必须升级到版本 1.2.1,因为以前的版本不再工作。
由于某种原因,我必须手动执行此更新:卸载以前的版本并安装新版本。
Firebug is stable on Firefox 3, but you have to upgrade to version 1.2.1, since previous version no longer work.
For some reason, I had to do this update manually: uninstalling the previous version and installing the new one.
我们已经使用 FF3 和 Firebug 1.2.1 一段时间了,没有遇到任何问题。
We've been using FF3 with Firebug 1.2.1 for a while now and not encountered any problems.
你不必“跳”到FF3。 将其与 Firefox 2 一起安装并亲自尝试。
You don't have to "jump" to FF3. Install it alongside Firefox 2 and try it out yourself.
网络监控仍然会破坏 HTTP 标头,从而破坏缓存。
The network monitoring still breaks HTTP headers, and consequently caching.
我现在使用 Firefox,它非常用户友好且易于使用,但问题是它消耗更多内存
I am using Firefox now its very user friendly and ease of use but the thing is its consuming more memory
Firebug 1.2.x(唯一适用于 Firefox 3 的版本)似乎不再提供仅对某些网页和站点禁用 Firebug 的选项。 如果您使用此功能,您可能更愿意继续使用 FF 2。
Firebug 1.2.x (the only version that works with Firefox 3) no longer appears to have the option to disable Firebug for only certain webpages and sites. If you use this feature you may prefer to stay with FF 2.
它不仅工作得很好,而且比 FF2 版本有很大的改进,比如允许禁用控制台、脚本、网络和 Cookie(如果你有 Firecookies)以使用更少的资源(如果你没有太多资源,这在 FF2 中是一个大问题)内存并有很多选项卡),并允许/禁止每个站点。 除其他改进外...
Not only it works fine, but it has great improvements over the FF2 version, like allowing to disable Console, Script, Network and Cookies (if you have Firecookies) to use less resources (a big problem in FF2 if you don't have much memory and have lot of tabs), and allowing/disallowing them per site. Among other improvements...
当对 jQuery 对象执行“console.log”调用时,在 Firefox 3 中您会得到“Object”,并且必须展开它们才能看到它们是什么。 在 Firefox 2 中,您会得到一个很好的列表,其中包含链接到 DOM 节点的名称,更容易查看。
据我所知,当您在 Firefox 3 上的 Firebug 中监视 XHR 调用时,您必须单击一个按钮才能查看 POST 调用的服务器响应。 Firebug 人员表示这是针对 Firefox 3 中错误的解决方法,上次我检查时他们仍在等待解决该问题。
When doing "console.log" calls on jQuery objects, in Firefox 3 you get "Object" and you have to expand them to see what are they. In Firefox 2 you get a nice list with the names linked to the DOM nodes that is so much easier to see.
As far as I've seen, when you monitor XHR calls in Firebug on Firefox 3, you have to click a button to see the server response of POST calls. The Firebug people say this is a workaround for a bug in Firefox 3 and last time I checked they were still waiting for it to be solved.
仅供参考,firefox 3.0.9 上的 firebug 1.3.3 中存在一个错误,导致它不发送 If-modified-since 标头,因此它总是从服务器获取副本,而不是使用缓存的本地副本。
http://code.google.com/p/fbug/issues/detail?id=1274&q=etag&colspec=ID%20Type%20Status%20Owner%20Test%20Summary
FYI, there's a bug in firebug 1.3.3 on firefox 3.0.9 that causes it not to send an If-modified-since header so it always gets a copy from the server instead of using the cached local copy.
http://code.google.com/p/fbug/issues/detail?id=1274&q=etag&colspec=ID%20Type%20Status%20Owner%20Test%20Summary
是的,我一直在大量使用 Firebug,而且它一直非常稳定。 您特别遇到了什么问题? 我们可以测试并报告结果。
Yes, I've been using Firebug heavily and it's been rock-steady. What problems were you having in particular? We could test and report the results.