Enables AI agents to programmatically control VSCode's debugger.
The VSCode Debugger extension bridges VSCode's native debugging capabilities with AI agents via the Model Context Protocol (MCP). It provides a set of MCP tools that allow AI agents to interact directly with the debugger, facilitating automated code analysis and issue resolution. This unique file-based IPC architecture ensures seamless communication between an independent MCP server and the VSCode extension, empowering AI agents to set and remove breakpoints, start and stop debugging sessions, and leverage existing launch configurations for efficient debugging workflows.