On Tue, Nov 12, 2013 at 4:57 PM, Alex Kocharin <[email protected]> wrote: > Why is it pain to support anyway? I just did 'git log _debugger.js', and > there aren't much changes there. I know that readline changes break it > sometimes, but it's not a big deal.
Take a look at the changes to src/ and test/simple/. The time spent on keeping the debugger's supporting infrastructure and test suite working is in my perception disproportional to the number of people that actually use it. It hampers new development and it even gets in the way of bug fixes sometimes. That's what prompted me to start this thread, actually: spending one hour on some bug fixes, then spending the rest of the day trying to work around debugger issues. -- -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" 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 http://groups.google.com/group/nodejs?hl=en?hl=en --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
