Debugging Node.js This guide will help you get started debugging your Node.js apps and scripts. Enable Inspector When started with the --inspect switch, a Node.js process listens for a debugging client. By default, it will listen at host and port 127.0.0.1:9229. Each process is also assigned a unique UUID. Inspector clients must know and specify host address, port, and UUID to connect. A full URL
{{#tags}}- {{label}}
{{/tags}}