Debugging

调试工具阶梯:print/logging、gdb/lldb/pdb、rr 反向调试、strace/dtruss 与 bpftrace、tcpdump/mitmproxy、 ASan/TSan/MSan/UBSan 与 Valgrind、AI 辅助调试。Use when the user asks to debug a crash, segfault, memory error, flaky test, or race condition. 触发于「帮我调试/排查崩溃/段错误/内存错误/偶发失败」。

AntheaLaffy 44d461c 2 files · 9.3 KB Updated

File contents

AntheaLaffy/the-missing-semester-skills/tree/main/debugging commit 44d461cba5

Frequently asked questions

npx skillmds@latest add anthealaffy/debugging