English 中文(简体)
为什么firebug会在页面刷新时消失?
原标题:Why does firebug disappear on page refresh?

希望我能在这里得到一些帮助。

我使用的是firefox和firebug的最新版本。当我重新加载页面并查看我的网站时,我想观看网络活动。但我一装子弹,萤火虫就消失了。有办法固定它吗?为什么它会从视野中消失。

Maricel

问题回答

这听起来像是你在问如何在刷新或重新加载页面时防止“网络面板”被清除。

您应该在“网络面板”工具栏上看到一个Persist选项,使其能够在页面重新加载时保持数据。


如果问题真的是Firebug刚刚消失,那么原因可能是以下原因之一:

  1. Firefox s "Never Remember History" (under Tools > Options > Privacy) - tracking history should be enabled. This is equivalent to "Private Browsing" mode and so if you re in that mode, you ll see the same problem.
  2. Firebug extensions can cause issues - for example, an older version of Firecookie.
  3. If the page URL changes, then you ll need to make sure that Firebug is enabled for all pages.

参考文献:





相关问题
http proxy for debugging purposes

I am looking for a preferably free http proxy to be used for debugging purposes. I already have firebug and firebug lite in my tool set, but firebug lite won t let me see ajax requests in internet ...

Can firebug tell me the javascript name of an object?

I ve been adding quite a bit of javascript to my pages lately, but have learned it all in classic seat-of-the-pants fashion. When I want my page to do something, I google and experiment until I get ...

Using Firebug From Within a Firefox Extension s code

Does anyone know how I can use firebug from an overlay.js script in a Firefox extension? I m on Snow Leopard (just in case it makes a difference). I m developing an extension but it s taking me ...

What do the FireBug DOM colors mean?

I m confused with these colors. I noticed there are 4 colors showing in the left hand column of FireBug DOM tree: Bold black Black Bold green Green In the right hand column: Blue Red Bold green ...

Best Way to View Generated Source of Webpage?

I m looking for a tool that will give me the proper generated source including DOM changes made by AJAX requests for input into W3 s validator. I ve tried the following methods: Web Developer Toolbar ...

热门标签