Systematic Debugging
Find bugs efficiently through hypothesis testing, binary search, and structured elimination rather than trial and error.
When to Use
- A bug report or unexpected behavior is described
- Tests are failing for unknown reasons
- Something "used to work" and now does not
- The user says "it does not work" without a clear cause
- A production issue needs rapid root cause identification
Core Patterns
The Debugging Loop
Follow this process for every bug:
1. R
[Description truncada. Veja o README completo no GitHub.]