dynamic-debugger
Installation
SKILL.md
Dynamic Debugger Skill
Interactive debugging capability fer Claude Code via DAP-MCP integration. Debug yer code in natural language without leavin' the conversation.
Overview
This skill enables interactive debuggin' through the Debug Adapter Protocol (DAP) via MCP server integration. Set breakpoints, step through code, inspect variables, and control execution flow across multiple programming languages using natural language commands.
What ye get:
- Natural language debugging commands ("set breakpoint at line 42")
- Current support: Python (debugpy), C/C++/Rust (lldb)
- Planned support: JavaScript/TypeScript, Go, Java, .NET (see configs/future/)
- Automatic intent and language detection
- Session management with resource limits
- Graceful error handling and recovery