Node.js is a popular JavaScript runtime with the same V8 engine used in Google’s Chrome browser. It has become increasingly popular for creating server-side web applications, build tools, command-line apps, and more. This article will set things right by giving you all you need to debug your code.
Table of contents
What is Debugging?Node.js Debugging Environment VariablesDebug with Node.js Command-line OptionsDebug with Console LoggingNode.js util.debuglogDebug with Logging ModulesDebug with the Node.js V8 InspectorDebug Node.js Apps with ChromeDebug Node.js Apps with VS CodeOther Debug Options for Node.jsSummaryGlossary1 Comment
Sort: