Heap detection

Does visual studio 2008 have any options (runtime) for detecting immediate heap detection?

+3
source share
3 answers

If you look at the Debug Routines list exported from the Visual C ++ debug runtime, you can find many useful debugging features, including _ CrtSetDbgFlags , which you can use to determine how often the debug heap checks itself for corruption.

+2
source

Microsoft's Application Verifier is a great tool for this. I found this very helpful. Download it:

http://www.microsoft.com/en-us/download/details.aspx?id=20028

- . , exe Visual Studio . .

+1

" " ( , Windows 2000!), . 99% . page . , . , CRT .

0

All Articles