Systematic Debugging

Use when debugging a failure, reading a stack trace, reproducing a flaky or intermittent bug, isolating a regression, or running a root cause analysis. Hypothesis-driven debugging with a recorded experiment at every step: reproduce, read the whole error, form and test one hypothesis at a time, isolate by binary search over code and commits (git bisect), inputs, environment, and dependencies, then trace the root cause with 5 Whys and a fault tree. Also covers stack-trace anatomy, an error-pattern lookup table, and a debugger, profiler, and network tools reference.

AeyeOps Updated

File contents

AeyeOps/aeo-skill-marketplace/tree/main/aeo-troubleshooting/skills/systematic-debugging commit 864c59b295

Frequently asked questions

npx skillmds@latest add aeyeops/systematic-debugging