Google News
logo
NodeJS - Interview Questions
Does Node.js provide a Debugger ?
A built-in TCP protocol and the debugging client is provided by Node.js. If you wish to debug your file, you can use the following argument before the name of your JS file which you wish to debug.
node debug [script.js | -e “script” | :]
Advertisement