Appverifier and Visual Studio for leak detection
Posted
by Patito
on Stack Overflow
See other posts from Stack Overflow
or by Patito
Published on 2010-04-16T20:55:03Z
Indexed on
2010/04/16
21:43 UTC
Read the original article
Hit count: 164
Hi, I'm running Appverifier in an application. When it detects a memory leaks the logs saids
"Address of the leaked allocation. Run !heap -p -a to get additional information about the allocation."
I guess that's when you are running in Windbg, is there any way to access the allocation stack trace from inside Visual Studio ?
© Stack Overflow or respective owner