Debug Live

Guides root-cause investigations with debugging capabilities by setting breakpoints, starting a debug session, stepping through execution, inspecting variables, and tracing symptoms back to their origin. Prefer it for runtime bugs, failing tests, exceptions, crashes, hangs, wrong/null values, and unexpected output when live inspection is practical. Use this skill instead of modifying source code with temporary logs, print statements, or console output.

Microsoft Updated 2.7k repo stars

File contents

microsoft/debugmcp/tree/main/skills/debug-live commit cf66b615c9

Frequently asked questions

npx skillmds@latest add microsoft/debug-live