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 ...
Microsoft has created a built-in JavaScript debugger for Visual Studio Code, the wildly popular, open source-based, cross-platform code editor. That built-in experience comes via vscode-js-debug, a ...