stack trace
stack trace — A long error message that shows the chain of steps the program took before it broke.
Stack traces look intimidating but they're a map to the crash site. The useful clue is usually near the top, or near the first line that mentions your own code.
"Paste the stack trace." "Read the stack trace."