Answer the question
In order to leave comments, you need to log in
What is "post-mortem scripting" and "post-mortem debugging"?
Hello, while taking a course on Hexlet, I read the following item in the tips for the review:
Learn the stacktrace...
commonly use stack traces during interactive as well as post- mortem debugging
In a post-mortem scenario , this extends to the function that failed
This debugging mode is used to analyze parallel programs whose execution has been interrupted.
debugging of the program should be carried out in the mode of post- mortem analysis
Answer the question
In order to leave comments, you need to log in
Some languages throw a crash dump. You call the debugger with this dump and you are at the point of error. That is, not interactively. The program is naturally not executed, but its state can be analyzed.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question