Hope I can get some help here.
I am using latest version of firefox and firebug. I want to watch network activity when I reload a page and view m开发者_开发问答y site. But as soon as I reload then firebug disappears. Is there a way to pin it. Why does it go from view.
Maricel
It sounds like you're asking how to keep the Net Panel from being cleared when the page is refreshed or reloaded.
You should see a Persist
option on the Net Panel toolbar - enable it to persist the data across page reloads.
If the problem really is that Firebug just disappears then the cause might be one of the following:
- 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. - Firebug extensions can cause issues - for example, an older version of Firecookie.
- If the page URL changes, then you'll need to make sure that Firebug is enabled for all pages.
References:
- 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
精彩评论