VST3PluginTestHost pdb

Where pdb files for VST3PluginTestHost and VST2PluginTestHost can be found?

I’m really interested in investigation of vst3 standard via debug VST-plugin during creating this plugin. But when I receive the objects from host Visual Studio is asking to “load symbols for additional information”. I’m not good yet in C++, but as I think pdb file for host is missing. Where this file can be found? Unfortunately I hadn’t success with searching steinberg technical support e-mail address, so maybe someone can share it.

If you have to load symbol files there is a debug modus involved, as symbol files are there to support debugging.

try building your build without debug options…