Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Firebug Net Panel Logs

Is there a way to have firebug retain the activities log even after navigating to another page?

like image 392
Saravanan M Avatar asked Aug 04 '09 07:08

Saravanan M


People also ask

Which panel in Firebug extension is used to Analyse the network traffic?

Network Monitor To monitor network requests Firebug provides a Net panel. The Firefox DevTools allow to inspect the network traffic using the Network Monitor.


1 Answers

Edit: Just thought I'd edit this since all the answers on this page are now out of date... As of version 1.5, Firebug lets you retain your net panel activities between page loads by selecting the Persist option (at the top left, next to Clear).

Not that I'm aware of out of the box... If you're just trying to record the header request/response info (as opposed to the actual content & timings), you could try Live HTTP Headers. Not as pretty, but I still find it useful in certain debugging scenarios.

like image 125
Alconja Avatar answered Oct 03 '22 04:10

Alconja