Thanks Honza, Is there any way to save console errors into a external file on local machine automatically?
Thanks, Atin -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Jan Honza Odvarko Sent: Tuesday, August 21, 2012 5:45 PM To: Firebug Subject: [firebug] Re: FireBug JS Error Export You need to use about:config to set these preferences See http://kb.mozillazine.org/About:config > ("extensions.firebug.consoleexport.serverURL", "C:\\Documents and > Settings\\atinc\\Desktop\\") It's currently possible to only send logs to web server so, the URL should point to your server. See how to implement the server side in PHP http://stackoverflow.com/questions/8541305/how-to-catch-xml-packets-that-con soleexport-firebug-extension-sends This issue report is about exporting to a local file: http://code.google.com/p/fbug/issues/detail?id=5182 Honza On Aug 21, 2:04 pm, Atin <[email protected]> wrote: > I run below commands on Firebug console, but Automatic export did not > enable: > > ("extensions.firebug.consoleexport.active", true); > ("extensions.firebug.consoleexport.serverURL", "C:\\Documents and > Settings\\atinc\\Desktop\\") > > Please let me know if I am going in wrong direction. > > Atin > > > > > > > > On Tuesday, August 21, 2012 5:18:14 PM UTC+5:30, Jan Honza Odvarko wrote: > > > In order to activate the auto-export you need to set: > > extensions.firebug.consoleexport.active > > > To send logs to a server, you need > > extensions.firebug.consoleexport.serverURL > > > See more here: > >http://www.softwareishard.com/blog/consoleexport/ > > > Honza > > > On Aug 21, 1:38 pm, Atin <[email protected]> wrote: > > > Hi Honza, > > > > Please suggest how can I set the preference. > > > > Atin > > > > On Tuesday, August 21, 2012 3:37:35 PM UTC+5:30, Jan Honza Odvarko > > wrote: > > > > > You can use ConsoleExport > > > >https://getfirebug.com/wiki/index.php/Firebug_Extensions#ConsoleExport > > > > > Honza > > > > > On Aug 21, 11:21 am, Atin <[email protected]> wrote: > > > > > Hi All, > > > > > > Is there any way to export the error logs on text/csv file using any > > > > > Firebug command ? > > > > > > Thanks, > > > > > Atin -- 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 -- 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
