Command-line interface for non-blocking debugging of Node.js backend processes. Connects via the Inspector Protocol (Chrome DevTools Protocol) and provides tracepoints, logpoints, exceptionpoints, and watch expressions without pausing execution.
| --port | Daemon server port | 2020 | | --session-id | Session for Node connection persistence | auto | | --json | Output as JSON (recommended for AI) | false | | --quiet | Suppress log messages | false | | --verbose | Enable debug output | false | | --timeout | Operation timeout | 30000 |
| debug | Connection, tracepoints, logpoints, exceptionpoints, watch, snapshots | | run | JavaScript execution in connected Node process |
CLI per il debug dei processi backend Node.js con ispezione non bloccante. Da utilizzare quando l'utente deve connettersi ai processi Node.js (tramite PID, nome, Docker o porta), impostare tracepoint/logpoint/exceptionpoint, acquisire stack di chiamate e variabili locali, eseguire JavaScript nel contesto del processo o ispezionare i log della console. Richiede demone; connettersi prima degli altri comandi di debug. Fonte: serkan-ozal/browser-devtools-skills.