1·When you run the instrumented program, it will run normally, doing all the things it usually does.
当您运行这个仪表化程序时,它将正常运作,进行与平时一样的操作。
2·First, start the instrumented program under the debugger and put a breakpoint at purify_stop_here purify API function. The debugger will stop at every purify error message.
首先,在调试器下开始这个仪表化程序,并将一个观察点置于purify_stop_herePurify api函数中。
3·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错误报告的程序单元上),然后运行仪表化程序。