Kizspy | Question: 7 (Choose 1 answer)
What does the term "stack trace" refer to in Unity debugging?
A. It is a type of error message displayed in the Unity Console.
B. It is a list of method calls and line numbers that led to the occurrence of an error, providing a trace of the program's execution path.
C. It is a debugging technique used to trace the flow of execution through your code.
D. It is a type of breakpoint used to pause the execution of your code at a specific line.