How to detect memory leaks on windows?
Unsolved
General and Desktop
-
On Qt official site, the heob tool is recommended to be used to detect memory leak on windows, however it is highly binded to qt creator.
How can I integrate heob on a CMake project? Or is there any substitue tool that can be used to detect memory leak on windows?
-
MSVC has some tools for it for example.
-
@aiyolo said in How to detect memory leaks on windows?:
can you paste a link here?
For what? Microsoft Visual Studio?