oneiric / vld

Visual Leak Detector for Visual C++ 2019
GNU Lesser General Public License v2.1
112 stars 35 forks source link

Is there any plan to support vc2017 15.9 #2

Closed hwliu11 closed 4 years ago

hwliu11 commented 4 years ago

I use VLD on VC 2017 v15.9,vld cant load symbols,display err msg "xxx.dll included in memory leak detection does not have any debugging symbols available"

oneiric commented 4 years ago

I forked the repo to support Visual Studio 2019. If you want to use it on VC 2017, can you try the previous build 2.5.1? https://kinddragon.github.io/vld/

hwliu11 commented 4 years ago

OK,I try the ver 2.5.1.Thks