14 · Shipping & Collaboration

Stack Trace

The call chain of a crash

The ordered list of function calls that led to an error. Reading it from the top (or bottom, depending on language) is how you find the failing line.

Concrete example

A stack trace points to `checkout.ts:84` after a null reference.

Why it matters

The map agents and humans follow when something throws.