1. Triage: slomo issues
2. Understand: slomo issue show
3. Diagnose: slomo doctor
- the first bad function — where the failing value entered the picture
- the first bad variable — the value that was already wrong at the crash site
- the context — the SQL/HTTP/log events immediately preceding the crash (above: the query returned 0 rows, which is why
inventorywasNone)
slomo issue explain SM-8b6f710a.
4. Dig deeper when the doctor isn’t enough
Replay
slomo replay SM-8b6f710a — step through the recorded execution event by event.Timeline
slomo issue timeline SM-8b6f710a — the latest incident’s session, focused on its trace.Typed views
slomo vars, slomo sql, slomo http scoped to the issue.Search
slomo search timeout module=checkout across all sessions.5. Fix, verify, resolve
Make the fix, run the app again, confirm the issue’s count stopped growing, then:slomo issue reopen exists for manual reopening.)