I try to debug a program in Visual Studio 10, but I have a problem with breakpoints. I put *.pdb files corresponding to the *.dll files to the same directory. But while checking modules, I see that each DLL file is signed as Cannot find or open the PDB file
.
How can I fix this problem? How can I check where *.pdb files are expected to be located?
See Question&Answers more detail:os