vote up 3 vote down star
1

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

flag

3 Answers

vote up 1 vote down

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

link|flag
vote up 2 vote down

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.

link|flag
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? – Alconja Aug 4 at 12:39
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). – mercator Aug 4 at 13:39
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. – davenpcj Aug 21 at 18:34
vote up 0 vote down

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.