How do you debug Node.js applications? Technology Community › Category: Node.js › How do you debug Node.js applications? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Node has its own built in GUI debugger as of version 6.3 (using Chrome’s DevTools). node --inspect server.js Some other options for debugging are: Joyent’s Guide Debugger Node Inspector Visual Studio Code Cloud9 Brackets