Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Ant
On 1/6/2011 4:55 AM PT, Stefan Sitter typed: Is there a way to get all entries in SeaMonkey v2.0.x's error console to copy and paste, or even save to a text file? You can log all entries from error console to disk by setting XRE_CONSOLE_LOG, see

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Stefan Sitter
You stopped reading too early. Quoting from the given MDN page: To log JS errors to disk, set the environment variable XRE_CONSOLE_LOG to the path to the filename. i.e. export XRE_CONSOLE_LOG=/path/to/logfile or set XRE_CONSOLE_LOG=C:\path\to\logfile. If you set it globally it will apply to

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Ant
On 1/6/2011 7:12 AM PT, Stefan Sitter typed: You stopped reading too early. Quoting from the given MDN page: To log JS errors to disk, set the environment variable XRE_CONSOLE_LOG to the path to the filename. i.e. export XRE_CONSOLE_LOG=/path/to/logfile or set

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Philip Chee
On Thu, 06 Jan 2011 03:49:17 -0800, Ant wrote: Hello. Is there a way to get all entries in SeaMonkey v2.0.x's error console to copy and paste, or even save to a text file? Thank you in advance. :) Use my extension: http://console2.mozdev.org/ Phil -- Philip Chee phi...@aleytys.pc.my,

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Philip Chee
On Thu, 06 Jan 2011 16:12:52 +0100, Stefan Sitter wrote: You stopped reading too early. Quoting from the given MDN page: To log JS errors to disk, set the environment variable XRE_CONSOLE_LOG to the path to the filename. i.e. export XRE_CONSOLE_LOG=/path/to/logfile or set

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Jens Hatlak
Ant wrote: You stopped reading too early. Quoting from the given MDN page: To log JS errors to disk, set the environment variable XRE_CONSOLE_LOG to the path to the filename. i.e. export XRE_CONSOLE_LOG=/path/to/logfile or set XRE_CONSOLE_LOG=C:\path\to\logfile. Do I use set the path in

Re: Select all entries in SeaMonkey v2.0.x's error console?

2011-01-06 Thread Ant
On 1/6/2011 11:17 AM PT, Philip Chee typed: Is there a way to get all entries in SeaMonkey v2.0.x's error console to copy and paste, or even save to a text file? Thank you in advance. :) Use my extension: http://console2.mozdev.org/ OK, that's awesome! I would love to see Mozilla implement