문제

I have to maintain a large C++ mixed-mode application (VC++ 2005, CLR-support: /clr:oldsyntax). I suspect the program has a number of memory leaks but it's hard to find them manually. For native C++ applications we use Purify (and Valgrind on Linux).

Unfortunately Purify does not support mixed mode assemblies. Anybody here knows a decent memory debugger with support for mixed mode assemblies?

도움이 되었습니까?

해결책

Take a look at AQTime. I've used it and it's pretty decent. They also provide a free trial version that's unhindered (last I checked).

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top