c++ - Is it possible to detect GDI leaks from the Visual Studio debugger? -


leaking gdi objects can seen task manager or process explorer. (well don't see leaks, can see if object uasage count continually goes up.)

there tools allow view gdi objects type, such gdiview[a], deleaker, dpus or gdidebug (sourecode).

[a] note consider gdiview great tool job done of identifying , confirming existance gdi leaks, doesn't find leaking code in large applications. (i note here tool works nicely , seems behaved, although homepage littlebit weird (-: )

there windbg plugin called leaktrap uses mss detours library.

i know (and have used) aqtime's resource profiler allows detect gdi (and other) resource leaks in application including stack traces leaking calls.

now, actual question is: is possible detect leaking gdi objects within vc++ debugger? 1 doesn't need separate tool , gdi leaks can caught during normal debugging , not have checked separately.

gdi objects not have checked individually (notreally), can in charge deleaker - , you'll know leak. read instructions , view demo video :http://deleaker.com/


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -