How to know where the pdb files is looking for source code
There is a tool called SrcTool.exe
that is installed with the WinSDK. Srctool.exe
utility lists all files indexed within the .pdb file.
SrcTool.exe -r filename.pdb
will print the source file paths.