node-inspect-debugger

Enable Node.js debugging via --inspect and Chrome DevTools Protocol.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/x-TheFox/Corvus --skill node-inspect-debugger-x-thefox
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: node-inspect-debugger
Source: https://github.com/x-TheFox/Corvus/tree/main/skills/software-development/node-inspect-debugger
Command: npx skills add https://github.com/x-TheFox/Corvus --skill node-inspect-debugger-x-thefox

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Debug Node.js applications by enabling inspector-based workflows using --inspect and Chrome DevTools Protocol (CDP).

Core Features & Use Cases

  • Built-in node inspect: a fast CLI REPL for quick, interactive debugging.
  • CDP-based tooling: scriptable debugging with chrome-remote-interface across runs and environments.
  • Attaching to running processes: attach to long-running servers or Hermes UI components for live diagnosis.

Quick Start

Launch your target with the inspector and attach using node inspect or a CDP client.

Frequently Asked Questions about node-inspect-debugger

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I debug Node.js applications with Chrome DevTools Protocol?

Debug Node.js applications with Chrome DevTools Protocol by launching your target with the --inspect flag and attaching using node inspect or a CDP client for breakpoints and scope inspection.

Can I attach a debugger to a long-running Node.js server process?

Attach a debugger to a long-running Node.js server process by enabling the inspector and connecting a CDP client, allowing live diagnosis of active processes without restarting them.

What is the built-in node inspect CLI used for?

The built-in node inspect CLI provides a fast terminal REPL for quick, interactive debugging of Node.js applications directly from the command line without external UI dependencies.

How do I script Node.js debugging sessions with chrome-remote-interface?

Script Node.js debugging sessions with chrome-remote-interface by connecting to the inspector endpoint, enabling automated CDP interactions across different runs and environments for consistent diagnostics.

Does this debugging approach support step execution and scope inspection for UI components?

This debugging approach supports step execution and scope inspection for UI components by attaching to inspector-enabled processes, allowing live diagnosis of breakpoints and runtime scope variables.

What is the best way to start interactive Node.js debugging locally?

Start interactive Node.js debugging locally by launching your target application with the inspector flag and attaching via the built-in node inspect command for immediate breakpoint control.