On Thu, Nov 15, 2012 at 3:25 PM, Angelo Chen <angelochen...@gmail.com> wrote:
> Hi,
>
> looking at nodejs source code, notice this:
>
>     debug('Module._load REQUEST  ' + (request) + ' parent: ' + parent.id);
>
> where can i find the doc for debug? thanks,

There are no docs.  You enable debug tracing with `NODE_DEBUG="net
http" node script.js`.

Note that there are only a couple of modules that actually print trace
info, `git grep NODE_DEBUG` will tell you which ones.

-- 
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 nodejs@googlegroups.com
To unsubscribe from this group, send email to
nodejs+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to