Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I debug node.js applications in Sublime 2? [closed]

Is this the right IDE for node.js or it's just a fast text editor? Can you guys suggest which IDE should be used for node.js?

like image 414
overthetop Avatar asked Jul 15 '14 12:07

overthetop


People also ask

Which tools can be used to debug Node JS application?

Thus, you can use built-in Node. js debugger to debug your Node. js application.

Does NodeJS have a debugger?

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.


2 Answers

Using the Chrome Browser with node-inspector has been very valuable for debugging node.js applications.

like image 148
klall Avatar answered Sep 19 '22 23:09

klall


Microsoft just released a new free & cross-platform text editor called Visual Studio Code, with built-in Node.js debugging capabilities that looks very exciting - https://code.visualstudio.com/

like image 26
GPX Avatar answered Sep 19 '22 23:09

GPX