Skip to content

debug

Diagnoses a failing test, build, crash, regression, or unexpected behaviour before anything is changed.

/debug
/debug the checkout total is wrong for discounted items
  1. Reproduce the symptom.
  2. Form and test hypotheses against the real code.
  3. Identify the supported root cause, with evidence.
  4. Hand off to /fix or /implement.

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.