breakpoints skills

6 tagged breakpoints, measured the same way as everything else here.

debug-live

01

microsoft/DebugMCP

Skill Claude CodeCodex

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…

489 8d ago A 84 tokens original MIT

meltedinhex/analyst-ai-pack

Skill Claude CodeCodex

Uses x64dbg to dynamically debug Windows malware: setting strategic breakpoints on APIs, stepping through unpacking and decryption, dumping memory at the right moment, and manipulating execution to reach hidden code. Activates for requests to debug malware with x64dbg, set API breakpoints, or step through unpacking in…

22 1mo ago A 75 tokens original Apache-2.0

inspector-mcp

04

AbianS/inspector-mcp

Skill Claude CodeCodex

Debug a live Node.js process via CDP — connect to --inspect, set TypeScript breakpoints, step through code, and inspect variables at runtime. Use when the user mentions debugging, --inspect port, breakpoints, wants to trace a bug, inspect what a variable holds, or understand why code behaves unexpectedly at runtime.

2 5mo ago A 71 tokens