firebug / firebug.next

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

Missing feature: copy response body from console #478

Open FraBastiano opened 7 years ago

FraBastiano commented 7 years ago

Most of time I use console to debug my web apps and it was very useful to be able to copy response body from xhr request inside console. Now I have to go to network panel and copy from there or click on the left arrow near the request in the console to open it, then open the response tab and then select all the response with the mouse and copy it. Is there the possibility to restore the copy response body feature in the console? Thank you very much.