119
edits
Changes
→Correctness Analyzer & Debugger
===Correctness Analyzer & Debugger===
Normally a debugging process inserts a breakpoint right at the location where an error occurs. However, it is sometimes hard to find out what exactly the problem is because that location may have been executed hundreds of times. The Correctness Analyzer & Debugger makes the Intel Inspector work on the code without special recompiles for analysis. More, it makes the diagnosis faster by inserting breakpoints just before combining debug with analysis, the error Intel Inspector determines when a problem occurs and breaks into the debugger so that we know where at the right time and when the error occurslocation.
===Memory Debugger===