firebug / firebug.next

Next Firebug generation built on top of native Firefox developer tools
Other
229 stars 37 forks source link

Remember decistion to enable "Log request and response bodies" #406

Open compojoom opened 9 years ago

compojoom commented 9 years ago

I mainly use firebug to debug ajax requests. I believe in FB 2 we were actually always seing the request response. Where with the new version of Firebug I have to always click on the net tab and select "Log request and response bodies". Can we at least remember it after the first time it is selected? Or can we make this the default option?

bgrins commented 9 years ago

I agree it should be remembered. Here's a relevant bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1064458

bgrins commented 9 years ago

Where with the new version of Firebug I have to always click on the net tab and select "Log request and response bodies".

You can also right click -> "Log request and response bodies"

compojoom commented 9 years ago

@bgrins - good trick, thanks! Haven't noticed that.

TheLaGmAn commented 9 years ago

Yep, this is really needed, its a pain to debug ajax without this, i hope they add it back.