On Jun 21, 10:05 pm, Aditya <
vnvadi...@gmail.com> 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