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

a 夏天 提交于 2019-11-30 06:03:21
MastAvalons

GDI objects do not have to be checked individually (notreally), they can be in charge with Deleaker - and you'll know where the leak. Read the instructions carefully and view a demo video :http://deleaker.com/

Intel Parallel Inspector is a memory leak checker that is integrated into Visual Studio and can detect GDI leaks.

Visual Studio doesn't have an inbuilt memory profiler for unmanaged applications.

That is confirmed.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!