Microsoft DebugMCP VS Code Extension Gives AI Agents Debugging Capabilities

What DebugMCP Does
DebugMCP is a VS Code extension that bridges a critical gap for AI coding agents. While these agents are proficient at writing code, they traditionally lack access to debugging tools when something breaks, often resorting to reading code or adding numerous print statements to diagnose issues.
Key Features and Capabilities
The extension exposes the full VS Code debugger to AI agents through the Model Context Protocol (MCP). This enables AI assistants to perform systematic debugging operations that mirror developer workflows:
- Set breakpoints in code
- Step through code execution
- Inspect variable values during runtime
- Evaluate expressions in the debugging context
Compatibility and Deployment
DebugMCP works with several popular AI coding assistants including GitHub Copilot, Cline, Cursor, and Roo. The extension runs entirely locally on your machine, requiring no external API calls or credentials.
📖 Read the full source: r/LocalLLaMA
👀 See Also

cc+ Desktop App for Claude Code: Multi-Session Management and Fleet Orchestration
cc+ is an open-source desktop application for Claude Code built on the Claude Agent SDK, available for macOS and Linux. It provides multi-session tabs, live activity tree visualization, security scoring, workflow enforcement, and fleet orchestration capabilities.

Using Claude Code to revive abandoned personal projects: a practical walkthrough
Matthew Brunelle shares how he used Claude Code (with Opus 4.6) to resurrect a stalled YouTube Music–to–OpenSubsonic API shim project, complete with setup steps, prompts, and workflow tips.

Portable engineering system for Claude Code with hooks, specialized agents, and self-improvement
A developer built a portable engineering system that lives in ~/.claude/ and applies to every project automatically, featuring a 650-line constitution, deterministic hooks that block dangerous commands, three specialized agents, and a self-improving compound engineering approach.

Four Free Claude Code Skills for Prompt Clarity, Tutorials, and Bug Hunting
Four Apache 2.0, no-paid-tier Claude Code skills: prompter (prompt rewriting), tutorial-creator (annotated code walkthroughs), bug-echo (post-fix anti-pattern sweep), and bug-prospector (pre-release audit with 7 analysis lenses).