Documentation
¶
Overview ¶
debugger drives the in-process Debugger: set a breakpoint, run a script, and each time it stops inspect the frame and evaluate expressions in its scope, then resume. OnStop runs synchronously on the VM goroutine, so no transport is needed (the debugmcp/debugdap packages wrap this same Debugger for MCP/DAP).
Click to show internal directories.
Click to hide internal directories.