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

我正在使用最新版本的Firefox和Firebug。重新加载页面并查看网站时,我想观看网络事件。但是,只要我重新加载, Firebug 就会消失。有没有办法固定它。为什么从视野出发。

马里塞尔

最佳答案

听起来好像您在询问如何刷新或重新加载页面时不清除“净面板”。
您应该在“网络面板”工具栏上看到一个Persist选项-使它能够在页面重新加载期间持久保存数据。

如果问题确实是Firebug消失了,则原因可能是以下之一:

  • Firefox的“永远不要记住历史记录”(在Tools > Options > Privacy下)-应启用跟踪历史记录。这等效于“私有(private)浏览”模式,因此,如果您处于该模式,则会遇到相同的问题。
  • Firebug扩展可能会导致问题-例如,较旧版本的Firecookie。
  • 如果页面URL更改,则需要确保为所有页面启用Firebug。

  • 引用:
  • https://groups.google.com/group/firebug/browse_thread/thread/035a04988be24b3f
  • https://code.google.com/p/fbug/issues/detail?id=2047
  • https://groups.google.com/group/firebug/browse_thread/thread/18bb6f58f329c176
  • https://groups.google.com/group/firebug/browse_thread/thread/e0e3de62f7750aa4
  • https://code.google.com/p/fbug/issues/detail?id=3724
  • 关于firebug - 为什么 Firebug 在页面刷新时消失了?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/6089429/

    10-15 02:22