Previously, the application would not have detected this error until execution, producing error messages and a storage dump.
以前,应用程序只有到执行时才会检测到此错误,并产生错误消息和一个存储转储。
2
You can also dump the entire error queue into either a file or BIO.
您还可以将整个错误队列转储到文件或BIO中。
3
In that case, even if you run your purified program through an automated test suite; when an error occurs, it will dump extra messages into the Purify log that will help you identify the problem.