Visual Studio 2010 not generating .pdb files

后端 未结 1 1894
我在风中等你
我在风中等你 2020-12-29 21:10

I was trying to debug a c++ app, but I saw breakpoints show \"breakpoint will not be hit\", so I checked the modules window and I saw \"Binary was not build with debug infor

相关标签:
1条回答
  • 2020-12-29 22:01

    You also need to have: Properties > Linker > Debugging > Generate Debug Info = "Yes"

    0 讨论(0)
提交回复
热议问题