debugging-master
Installation
SKILL.md
Debugging Master
Runtime data beats static analysis. Instead of guessing, instrument code with targeted logging, reproduce the bug, and analyze real runtime data.
Critical Rule
NEVER guess at runtime values or execution flow. Instrument, reproduce, analyze. One dbg.dump() is worth a hundred lines of static reasoning.