runtime-debugging
Installation
SKILL.md
Runtime Debugging Skill
Capture runtime data from instrumented fetch calls. Use when you need to understand what's happening at runtime - variable values, execution flow, timing, or state changes.
When to Use
- Debugging async/await issues or race conditions
- Tracing state changes across function calls
- Capturing variable values at specific execution points
- Understanding control flow through complex code paths
Workflow
Step 1: Create Debug Server
Run the bundled server script: