Debug Console Kit
Real-time debugging with breakpoints and step-through.
Configuration
Debug Console Interface
Developer Tooling
Real-time debugging with breakpoints and step-through.
Integration Code
import { createDebugConsole } from 'agent-tools-kit/dx'
const tool = createDebugConsole({ /* config */ })
const result = await tool.run()