Node Inspect Debugger

Drives Node's V8 inspector from the terminal: node inspect / --inspect-brk, ndb, or chrome-remote-interface for breakpoints, scopes, watches, and CPU/heap. Use when console.log cannot reach closure state or a Node test/TUI worker needs step-through. Not for the four-phase methodology (systematic-debugging), Chrome DOM debugging, or Python debugpy. Never leave --inspect bound on a public interface.

Kayforkind 7bbeda2 13.4 KB Updated

File contents

Kayforkind/skill-slice commit 7bbeda2429

Frequently asked questions

npx skillmds@latest add kayforkind/node-inspect-debugger