BeClaude

debugging-code

New
Community RegistryTesting & Qualityby Almog Baku

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

Install & Usage

1
Create the skills directory
mkdir -p .claude/skills
2
Download the skill file
mkdir -p .claude/skills && curl -o .claude/skills/debugging-code.md https://raw.githubusercontent.com/AlmogBaku/debug-skill/main/SKILL.md
3
Invoke in Claude Code
/debugging-code
View source on GitHub

Frequently Asked Questions

What is debugging-code?

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

How to install debugging-code?

To install debugging-code, create the .claude/skills directory in your project, then run the curl command to download the skill file. Once installed, invoke it in Claude Code with /debugging-code.

What is debugging-code best for?

debugging-code is a community categorized under Testing & Quality. Created by Almog Baku.