Structured Debugging
Recent Changes
!git log --oneline -10 2>/dev/null
!git diff --stat HEAD~3 2>/dev/null
Debugging Process
Step 1: Gather Information
- What is the symptom? — Error message, unexpected behavior, crash, performance issue
- When did it start? — Check recent commits:
git log --oneline -20 - Is it reproducible? — Always, sometimes, only in certain environments?
- What changed? — Recent code changes, dependency updates, config changes
[Description truncada. Veja o README completo no GitHub.]