Debugging Difficult Bugs

Runtime-instrumentation debugging for bugs that static reading can't pin down — add temporary unconditional JSONL logging to the real code path, reproduce, read the log, then fix. Use when /root-cause lands at MEDIUM/LOW confidence, when a bug involves runtime state, ordering, caching, streaming, concurrency, or manual/UI reproduction, or before a second speculative fix. Skip when a stack trace or a deterministic failing test already proves the cause.

crbnos 32f8742 4.2 KB Updated

File contents

crbnos/carbon/tree/main/.claude/skills/debugging-difficult-bugs commit 32f87420e1

Frequently asked questions

npx skillmds@latest add crbnos/debugging-difficult-bugs