This is an MCP Server and VS Code extension which enables LLMs to interactively debug and evaluate expressions. That means it should work with various models / clients etc. It's language-agnostic, ...
This is a starter sample for developing VS Code debug adapters. Mock Debug simulates a debug adapter for Visual Studio Code. It supports step, continue, breakpoints, exceptions, and variable access ...