How does Windbg detect memory leaks?
How does Windbg detect memory leaks? Using Windbg Add your program EXE/DLL PDB (program database) path to the symbol file path. You also need to to configure the Operating System’s flag to enable user stack trace for the process which has memory leaks. This is simple, and can be done with gflags.exe. Gflags.exe is installed […]