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

后端 未结 5 1098
生来不讨喜
生来不讨喜 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 18:59

    Change Project Directory like if you run/debug code in Windows system directory it wont execute with admin permission,

    in my case i save my project in C: drive and while i execute code i throw access violation to read input data error then i try it from different location and it work fine

    & also you have to load module as well

提交回复
热议问题