I never use that debugger. console.log and TDD are my close friends ;-)
Angel "Java" Lopez @ajlopez On Tue, Nov 12, 2013 at 1:27 PM, Fedor Indutny <[email protected]> wrote: > I have used it a lot recently too. > > On Tue, Nov 12, 2013 at 8:21 PM, Forrest L Norvell <[email protected]> > wrote: > > I have used the debugger for several hundred hours in the last year > alone. > > It is an absolutely essential part of my day-to-day workflow. > node-inspector > > is cumbersome and node-webkit-agent lacks the functionality I rely on. > > > > I can't stress enough how necessary JavaScript source-level debugging is > for > > me to be able to do my job. > > > > F > > > > > > On Tuesday, November 12, 2013, Ben Noordhuis wrote: > >> > >> The built-in debugger is a major pain to keep working and some > >> informal polling suggests that no one really uses it or is even aware > >> that it exists. > >> > >> I'm toying with the idea of dropping it altogether and replacing it > >> with some hooks for projects like node-inspector and node-webkit-agent > >> because that's what everyone seems to be using anyway. > >> > >> Before I go ahead, I would like to know whether there are people out > >> there that would be negatively affected by such a change. > >> > >> If you are or if you disagree with the approach outlined above for > >> other reasons, now is the time to speak up! :-) > >> > >> -- > >> -- > >> 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. > > > > -- > > -- > > 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. > > -- > -- > 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. > -- -- 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.
