Debugger
Provides comprehensive Node.js debugging capabilities using the Chrome DevTools Protocol for full access to breakpoints, stepping, and code inspection.
Acerca de
This server offers programmatic access to comprehensive Node.js debugging features via the Chrome DevTools Protocol, enabling AI assistants to effectively set breakpoints, inspect variables, step through code, and analyze runtime behavior. It provides all the debugging capabilities typically found in tools like Chrome DevTools or VS Code, empowering AI to assist in sophisticated Node.js application debugging.
Características Principales
- Full Node.js debugger with breakpoints, logpoints, and exception handling.
- Advanced stepping controls including step over, into, out, and continue to location.
- Detailed variable and scope inspection, including object property drill-down.
- 107 GitHub stars
- Real-time JavaScript expression evaluation within call frames.
- Comprehensive source map support for transpiled code and console output monitoring.
Casos de Uso
- Enabling AI assistants to debug Node.js applications.
- Automating debugging workflows for Node.js projects.
- Providing programmatic control over Node.js runtime inspection.