跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

Debugging Code

插件 已验证 活跃

Interactively debug source code — set breakpoints, step through execution, inspect live variables, evaluate expressions, and trace root causes.

1 个 Skill 0 个 MCP
目的

To equip AI coding agents with powerful, human-like debugging capabilities, enabling them to debug code interactively rather than relying solely on print statements.

功能

  • 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)

使用场景

  • 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.

非目标

  • Replacing IDE-based debugging environments.
  • Automated bug fixing without user intervention.
  • Static code analysis or linting.

安装

请先添加 Marketplace

/plugin marketplace add AlmogBaku/debug-skill
/plugin install debug-skill@debug-skill-marketplace

质量评分

已验证
98 /100
1 day ago 分析

信任信号

最近提交27 days ago
星标265
许可证MIT
状态
查看源代码