Firebug Net Panel Logs
Asked Answered
L

4

9

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

Lambskin answered 4/8, 2009 at 7:37 Comment(0)
A
5

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.

Adown answered 4/8, 2009 at 7:45 Comment(1)
Just a note that 'Persist' does not work across domains or subdomains (meaning a redirect from auth.mysite.com to www.mysite.com will not persist)...at least as of Firebug 1.9.1.Bueno
E
3

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.

Etka answered 4/8, 2009 at 8:9 Comment(3)
Just had a look at that "Firebug Net Panel History Overlay" extension, since I hadn't heard of it... unfortunately it looks like it hasn't been updated in over a year & doesn't work with the current versions of Firebug... unless you know where's there's a newer version?Adown
I only just found out about it myself (here: getfirebug.com/extensions) when I was trying to find if Steve Souders had written any more info about the various packet sniffers... I didn't realise it was a year old, but I tried it and it works just fine for me on both Firefox 3.0 and Firefox 3.5 (w/ Firebug 1.4.1).Etka
Does work with Firebug 1.4.2 on FF 3.5.2, I was trying to use it to track data transferred by a frame that reloads itself. It didn't work for my purposes, but it did track successive page loads in firefox. HttpWatch did what I wanted, though the output isn't as nice as firebug.Heterosexual
Z
3

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

Zinnia answered 4/8, 2009 at 8:14 Comment(0)
D
0

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

Dependence answered 28/7, 2012 at 7:2 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.