The "error" type unambiguously reflects a defect in the program logic: Purify is reporting a program bug and that's what you need to hear.
“错误”类型很明显反映了这个程序逻辑中的缺陷:Purify报告了一个程序的错误,那也正是您所想要的。
Using a debugger, put a breakpoint at the main function (or at the program location where you want to turn off Purify error reporting), and run the instrumented program.
利用一个调试器,将一个观察点main函数上(或者置于您想要关闭Purify错误报告的程序单元上),然后运行仪表化程序。
Using a debugger, put a breakpoint at the main function (or at the program location where you want to turn off Purify error reporting), and run the instrumented program.
利用一个调试器,将一个观察点main函数上(或者置于您想要关闭Purify错误报告的程序单元上),然后运行仪表化程序。
应用推荐