stack trace
RU: трассировка стека
A snapshot of the call stack at the moment an exception is raised: the ordered list of frames from where the exception was thrown down to the program entry. Each line names a function, a file, and a line number. Read top-down, it answers "what threw, and through what chain of calls did the program get there."