Drive an interactive VS Code debugger to investigate bugs, failing tests, wrong/null variable values, unexpected runtime behavior, and other "it doesn't work" reports. Use this skill whenever speculation about runtime behavior would be cheaper to *verify* by stepping through the code than to reason about. Pairs with the DebugMCP MCP server, which exposes the underlying breakpoint / step / inspect tools.
$npx -y skills add microsoft/debugmcp --skill debug-liveInstalls into the current project.
Run `npx skills use "https://github.com/microsoft/debugmcp" --skill "microsoft/debugmcp/debug-live"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/microsoft/debugmcp" that are relevant to the current task. Run `npx skills add "https://github.com/microsoft/debugmcp"` and select the relevant skills, then follow their instructions.