Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

firebug: is it possible to save output to file?

I have a test engineer to reproduce bugs for me, the bug is random so I want him to save the log to the file when it occurs, is it possible?

like image 414
Bin Chen Avatar asked Dec 30 '10 14:12

Bin Chen


2 Answers

There is NetExport which is a FireBug extension that allows you to save the collected/computed data from the Net panel.

like image 56
Aaron McIver Avatar answered Oct 31 '22 22:10

Aaron McIver


Sorry, but that feature has not been implimented in firebug. (http://code.google.com/p/fbug/issues/detail?id=193)

There is an addon export from the NetExport. you might want to check that out: http://www.softwareishard.com/blog/netexport/

like image 41
Ricardo C Avatar answered Oct 31 '22 22:10

Ricardo C