VSCode Debugger
0
Enables AI agents to programmatically control VSCode's debugger.
Acerca de
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.
Características Principales
- Add breakpoints to specific files and line numbers
- Remove breakpoints from specified locations
- Start debugging sessions with named configurations
- Stop the current debugging session
- Programmatic control of VSCode debugger for AI agents
- 0 GitHub stars
Casos de Uso
- Allow AI to clean up debugging resources after analysis is complete.
- Automate setting breakpoints for targeted code analysis by AI.
- Enable AI agents to initiate and manage debugging sessions programmatically.