Symbol file not loading for debugging custom project in Visual Studio 2012

后端 未结 18 1281
感动是毒
感动是毒 2020-12-04 20:54

I have a large solution in Visual Studio 2012 which consists of executables and class library projects. When debugging the application the breakpoints in one particular clas

18条回答
  •  感情败类
    2020-12-04 21:36

    I found that the project I was receiving the message about, was being optimized when built.

    I went into the projects properties, Compile Tab, Advanced Compile Options... and unchecked the Enable Optimizations checkbox

提交回复
热议问题