# systematic-debugging - Author: Perry Chen - Repository: PerryChen/mytest - Version: 20260209182350 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-09 - Source: https://github.com/PerryChen/mytest - Web: https://mule.run/skillshub/@@PerryChen/mytest~systematic-debugging:20260209182350 --- # Systematic Debugging 遇到错误或 Bug 时: 1. **重现**:首先说明如何重现该错误。 2. **假设**:提出 1-2 个可能的错误原因。 3. **验证**:通过打印日志或断点定位受影响的代码行。 4. **修复**:提供修复方案并解释原理。