Binary was not built with debug information

后端 未结 5 1000
隐瞒了意图╮
隐瞒了意图╮ 2020-12-15 07:53

I am using Visual Studio 2013, .Net Framework 4.0, and C#.

I am trying to debug a file in my project. I have the project set to debug build in the project properties

5条回答
  •  有刺的猬
    2020-12-15 08:16

    The dll you are trying to debug most probably is not being built in your solution. You need to locate where it is being built and obtain a debug version (or at least a release version with the pdb symbol file).

提交回复
热议问题