[nodejs] requesting guidance on possible contributions: reassigning console.log to a different stream and enabling debugger programmatically

2012-12-27 Thread Joel Brandt
Hi, There are two changes to node that I'm considering contributing. Before I get started, I wanted to get some guidance on whether these things might ever be accepted into master. *1. allow reassigning of console.log (and console.error, etc.) to other output streams* * * Right now (as far as

Re: [nodejs] requesting guidance on possible contributions: reassigning console.log to a different stream and enabling debugger programmatically

2012-12-27 Thread Isaac Schlueter
On Thu, Dec 27, 2012 at 6:52 AM, Joel Brandt jobra...@adobe.com wrote: There are two changes to node that I'm considering contributing. Before I get started, I wanted to get some guidance on whether these things might ever be accepted into master. As you've presented them here, not very

Re: [nodejs] requesting guidance on possible contributions: reassigning console.log to a different stream and enabling debugger programmatically

2012-12-27 Thread Bradley Meck
Debug: At least give a way to disable it for when im doing live debugging and want to regain the port and debug a different process. On Thursday, December 27, 2012 10:51:44 PM UTC-6, Isaac Schlueter wrote: On Thu, Dec 27, 2012 at 6:52 AM, Joel Brandt jobr...@adobe.comjavascript: wrote: