Programming - Record
Stack trace
A record showing the chain of code that led to an error
What's it for?
Helps developers trace where a failure happened and which code led to it.
For example…
An app crashes while saving an order, and the stack trace shows the sequence of code that led to the failure