sk Skill · microsoft
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,…
Open on skills.sh ↗read 2026-09-17
- installs 8w
- 0
- 30-day movement
- starts with the next reading
- Related entries
- 1
- Connections
- 17
jsonTypeScript
- Host repository
- microsoft/DebugMCP
- Allowed tools
- add_breakpoint, add_logpoint, remove_breakpoint, clear_all_breakpoints, list_breakpoints, start_debugging, stop_debugging, restart_debugging, step_over, step_into, step_out, continue_execution, pause_execution, get_debug_status, list_variable_names, get_variables_values, evaluate_expression
- Licence
- MIT
- Host stars
- 507
- Host language
- TypeScript