Systematic Debugging Strategies

当排查 elusive bug、性能劣化、生产事故、崩溃栈/dump、分布式系统异常时使用;做法是按「复现-取证-假设-实验-定位-验证」科学闭环,配合二分(git bisect)、定向日志/断点、差分对比与 profiling,产出可复现步骤、根因结论与已验证修复。不适用于无可复现症状、纯功能开发或拿不到日志/trace/运行信号的场景。触发词:调试、复现、栈追踪、性能、生产事故、内存泄漏

findscripter 2602601 5.1 KB Updated

File contents

findscripter/everything-skills/tree/main/02-engineering/systematic-debugging-strategies commit 260260194b

Frequently asked questions

npx skillmds@latest add findscripter/systematic-debugging-strategies