NodeJS run configuration

suggest change

To set up Node remote debugging, simply run the node process with the --debug flag. You can add a port on which the debugger should run using --debug=<port>.

When your node process starts up you should see the message

Debugger listening on port <port>

Which will tell you that everything is good to go.

Then you set up the remote debugging target in your specific IDE.

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


Remote debugging in node.js:
* NodeJS run configuration

Table Of Contents
1 npm
41 cli
43 grunt
52 Remote debugging in node.js
59 Hack
64 ES6
67 Redis
69 MongoDB
86 MongoDB
87 Lodash
91 CORS
105 N-API
108 Require