I am going to start building project in node.js (was working in PHP before), What is the IDE, Debugger and Helping Tools for node.js, to help improvement while coding ?
Start node debug script_name. js to start your script under the builtin command-line debugger. Your script starts in another Node. js process started with the --debug-brk option, and the initial Node.
Node. js includes a command-line debugging utility. The Node. js debugger client is not a full-featured debugger, but simple stepping and inspection are possible.
WebMatrixWebMatrix is one of the best IDEs for NodeJS app development. It is a cloud-based IDE developed by Microsoft. The tool is accessible to only Windows developers and supports web development still it empowers developers to build robust web applications in an efficient and fast way using Node.
js Debugger. Node. js provides built-in non-graphic debugging tool that can be used on all platforms. It provides different commands for debugging Node.
There are several IDEs which support Node.js natively:
Komodo IDE
Cloud9 Local - You can install a local copy of cloud9 on desktop as well and work on a local directory as workspace, follow the instructions on github page. Be sure to disable incompatible plug-ins from config. It provides proper debugging as well.
Other than these two you can use almost any code editor/IDE which simplifies JavaScript based development in general (for example with syntax highlighting, autocompletion or similar stuff) and use node with its built-in V8 debugger.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With