UNPKG

@ai-capabilities-suite/mcp-debugger-core

Version:

Core debugging engine for Node.js and TypeScript applications. Provides Inspector Protocol integration, breakpoint management, variable inspection, execution control, profiling, hang detection, and source map support.

7 lines 211 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.debuggerCore = debuggerCore; function debuggerCore() { return 'debugger-core'; } //# sourceMappingURL=debugger-core.js.map