VSCode Debugger icon

VSCode Debugger

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.

주요 기능

  • 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

사용 사례

  • 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.