Hi,
VTune Amplifier 2018 in Visual Studio 2017 is not finding symbols for my program:
Notice the "func@0x..." notation. Mysteriously, during loading, it lists two modules where symbols failed to load—and neither is my code:
I wasn't able to resolve this with similar threads for previous versions of VTune. In particular, this is a debug build with the following set:
- Program Database (/Zi)
- Generate Debug Information (/DEBUG)
I have also confirmed manually that a ".pdb" file is being generated (in the same directory as the output ".exe").
Just for completeness, I also tried specifying "Binary/Symbol Search" and "Source Search" directories under "Vectorization and Threading Adviser Analysis -> Project Properties" and re-running the analysis, with no change in effect.
So . . . what do I try now?
Ian