I created simple script to wrap all the preparation steps for to start
node-inspector: https://github.com/sidorares/ni

npm install -g ni
ni myScript.js

On Mon, Nov 18, 2013 at 2:51 AM, Floby <[email protected]> wrote:
> I haven't had the need for a debugger in probably years.
> I recently used node-inspector and it worked reasonably well for me
> (breaking on `debugger` and inspect stack vars). Still surprised there's no
> `node-inspector myScript.js` already working though.
> I mostly use hardcore TDD nowadays and it has lifted the need for a debugger
> for most cases. The rest of the time is testing and logging.
>
>
> On Tuesday, 12 November 2013 16:38:36 UTC+1, 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 a topic in the
> Google Groups "nodejs" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/nodejs/aari58_A6Y8/unsubscribe.
> To unsubscribe from this group and all its topics, 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.

Reply via email to