Saravanan M
Saravanan M

Reputation: 4747

Firebug Net Panel Logs

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

Upvotes: 9

Views: 1189

Answers (4)

Jan Odvarko
Jan Odvarko

Reputation: 421

Check out this post that explains how to persist Net panel entries across page reloads. http://www.softwareishard.com/blog/firebug/firebug-tip-observe-page-redirects/

Honza

Upvotes: 0

Alconja
Alconja

Reputation: 14873

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.

Upvotes: 5

Ionuț G. Stan
Ionuț G. Stan

Reputation: 179109

You may use HttpFox. This does exactly what you want, and also what I wanted. That's why I recommend it.

Upvotes: 3

mercator
mercator

Reputation: 28656

There's a Firebug extension called Firebug Net Panel History Overlay. That probably does what you want.

If you want something more than that, you might want to have a look at packet sniffers like Fiddler or HttpWatch.

Upvotes: 3

Related Questions