debug
Diagnoses a failing test, build, crash, regression, or unexpected behaviour before anything is changed.
Invocation
Section titled “Invocation”/debug/debug the checkout total is wrong for discounted itemsThe method
Section titled “The method”- Reproduce the symptom.
- Form and test hypotheses against the real code.
- Identify the supported root cause, with evidence.
- Hand off to
/fixor/implement.
What it guarantees
Section titled “What it guarantees”It does not edit source. A cause is reported when evidence supports it, and reported as unconfirmed when it does not.
Use /debug when the cause is unclear; go straight to /fix when you already
know it.