debug工具 发表于 2019-02-21 更新于 2019-08-06 分类于 windows 阅读次数: 本文字数: 230 阅读时长 ≈ 1 分钟 https://github.com/dynamorio/drmemory Visual Leak Detectorhttps://github.com/KindDragon/vldWorks withVisual Studio 2008, 2010, 2012, 2013, 2015 添加头文件和库路径在项目里面包含 vld.h 文件 #include <vld.h>#pragma comment(lib,"vld.lib") 拷贝文件到程序 debug 目录