Debug on Clean Machine
Preparing a Test Machine To Run a Debug Executable
Based on
https://msdn.microsoft.com/en-us/library/aa985618(v=vs.120).aspx
One of the ways for
Preparing a Test Machine To Run a Debug Executable
Is
Use local deployment to install a debug version of a particular Visual C++ DLL in the application’s installation directory by using files that are provided in the Program Files or Program Files (x86) directory in \Microsoft Visual Studio <version>\VC\redist\Debug_NonRedist\.
Use next archive to run debug version was actually gathered from
"C:\Program Files (x86)\Microsoft Visual Studio 12.0\VC\redist\Debug_NonRedist\x86"
Put its contents to same folder exe file is located.