Visual Studio 2010 “Cannot find or open the PDB file”

后端 未结 5 1100
生来不讨喜
生来不讨喜 2020-12-01 18:34

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 chec

5条回答
  •  执笔经年
    2020-12-01 19:01

    The modules (Ctrl-D, M) is a good place to sort out whats going on so you're in the right area.

    Right-click the module/dll you expected the pdb to be found for and select Symbol Load Information

    It should look in the same directory as your dll to begin with and if it finds the pdb will either load it or tell you that the pdb file doesnt match the dll.

提交回复
热议问题