On Jun 21, 10:05 pm, Aditya <[email protected]> wrote: > Hi All, > > 1) Is there a firebug extension/feature to write the console logs to a text > file? I see an console export feature which allows to save the logs in a > .html format. Try this Firebug extension http://www.softwareishard.com/blog/consoleexport/
> 2) I need huge amount of data to be logged. My Firefox crashes once I do > 10-15 actions of my application. How can I increase the log memory ? The Console panels limits the number of logs (removing oldest) so, Firefox should never crash even if there is a lot of logs. However, the console-export should be tested and perhaps improved for such case... Honza -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at https://groups.google.com/forum/#!forum/firebug
