Debug Node

Debug Node.js (and tsx/TypeScript) interactively via `node inspect` REPL or scripted Chrome DevTools Protocol (CDP) clients. Use when console.log is insufficient — set real breakpoints, walk the call stack, dump locals/closures, evaluate expressions in paused frames, attach to a running process, or capture CPU/heap profiles. Pairs with rebar's CDP-based browser-harness.sh and complements superpowers:systematic-debugging (which is language-agnostic process; this is the Node-specific tooling reference). Use when this capability is needed.

tomevault-io Updated

File contents

tomevault-io/skills-registry/tree/main/spotcircuit--rebar--debug-node commit 43a8c42880

Frequently asked questions

npx skillmds@latest add tomevault-io/debug-node