backtrace
- noun
- /ˈbækˌtreɪs/
- Specialized
- To fix the bug, she examined the backtrace, which showed the exact path of function calls that occurred before the failure.
Examples
-
When debugging the application, the developer generated a backtrace to identify the sequence of function calls that led to the error.
-
Also, doing the backtrace is illegal according to the license.
Blog text (19) -
Java backtrace for programmers
Blog text (2) -
You need to capture a backtrace every time a resource is acquired, keying a stats value counting ups and downs (and whatever else you want to count).
Blog text (8) -
While that slows dispatch with indirection through a how-to-dispatch step, it allows you to mix everything and have reified stack backtraces with return addresses of all flavors.
Blog text (8) -
The programmer used a backtrace to analyze the series of events that caused the crash in the software.
Synonyms
A recorded list of events that shows how a program ran
A report that shows the steps in a computer program that led to an error
How Detailed
Surface Forms
Morphology
Etymology
Backtrace comes from the simple parts back and trace, which together mean to 'follow' a trail backward. Imagine someone following footprints in reverse to find where they began; in programming a backtrace is a list that shows the steps that led to a crash or error.