the answer is: stack trace.
Stack trace will provide the user with a complete report between frames during the time when a program is being executed. This will continue after an exception occurred. Usually, the user will use this to pinpoint the mistakes in programming that destroy the normal flow of program execution.