Interactive Debugging

Use this skill when debugging runtime behavior requires live data from the running app, temporary instrumentation, or hypothesis verification through logs. Trigger for async timeouts, stale or incorrect state updates, race conditions, event ordering bugs, intermittent failures, browser/client behavior that static inspection cannot explain, or any issue where the agent should create a local debug HTTP server, insert temporary probes, ask the user to reproduce, inspect .debug/debug.log, then remove all debug instrumentation and assets.

denysdovhan 815357f 6 files · 18.9 KB Updated

File contents

denysdovhan/agents/tree/main/skills/interactive-debugging commit 815357f315

Frequently asked questions

npx skillmds@latest add denysdovhan/interactive-debugging