Is there a way to have firebug retain the activities log even after navigating to another page?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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
Persistoption (at the top left, next toClear).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.