Debugging Code
Plugin Verified ActiveInteractively debug source code — set breakpoints, step through execution, inspect live variables, evaluate expressions, and trace root causes.
To equip AI coding agents with powerful, human-like debugging capabilities, enabling them to debug code interactively rather than relying solely on print statements.
Features
- Interactive debugging via CLI
- Claude Code skill for debugging workflows
- Support for multiple programming languages and backends
- Breakpoint management (set, clear, conditional)
- Execution control (step, continue, pause, restart)
Use Cases
- When a program crashes or produces unexpected output.
- To understand the execution flow and state of a running program.
- When print-statement debugging is insufficient to locate a bug.
- To verify code fixes by observing behavior at specific points.
Non-Goals
- Replacing IDE-based debugging environments.
- Automated bug fixing without user intervention.
- Static code analysis or linting.
Installation
First, add the marketplace
/plugin marketplace add AlmogBaku/debug-skill/plugin install debug-skill@debug-skill-marketplaceQuality Score
VerifiedTrust Signals
Similar Extensions
C4 Architecture
99Comprehensive C4 architecture documentation workflow with bottom-up code analysis, component synthesis, container mapping, and context diagram generation
Dimensional Analysis
99Annotates codebases with dimensional analysis comments documenting units, dimensions, and decimal scaling. Use when someone asks to annotate units in a codebase, perform a dimensional analysis, or find vulnerabilities in a DeFi protocol. Prevents dimensional mismatches and catches formula bugs early.
Ruflo Knowledge Graph
99Knowledge graph construction — entity extraction, relation mapping, and pathfinder graph traversal
Property Based Testing
97Property-based testing guidance for multiple languages and smart contracts
Devcontainer Setup Plugin
97Create pre-configured devcontainers with Claude Code and language-specific tooling