KindDragon / vld

Visual Leak Detector for Visual C++ 2008-2015
https://kinddragon.github.io/vld/
GNU Lesser General Public License v2.1
1.01k stars 314 forks source link

vstest.executionengine.x86.exe along with VLD #40

Open romanperesypkin opened 6 years ago

romanperesypkin commented 6 years ago

I encountered an issue using Microsoft Test Engine vstest.executionengine.x86.exe for C++ using along with VLD. I use VLD 2.5.1. I have my lib which is build as Debug and included vld.h header file. When I start a test from Visual studio, the program (vstest.executionengine.x86.exe ) got stopped by unhandled exception in vld_x64.dll access violation reading lcoation with next call stack.. I tried a simple console application to test vld and it works fine. Is VLD work with VS c++ framework?