Term of the Moment

BIOS


Look Up Another Term


Definition: stack trace


In program debugging, a stack trace is a report of the computer's internal processing operations. It generally identifies the last routine called in the program before it crashed. See stack and stack pointer.