The Following Module was built either with optimizations enabled or without debug information

后端 未结 30 2118
离开以前
离开以前 2020-12-04 07:30

I cannot get rid of this in my VS 2008 web project when debugging. I\'ve checked that it\'s in debug mode on the non-web project in question and it\'s in Active(Debug). De

30条回答
  •  悲哀的现实
    2020-12-04 08:09

    I had the same issue on my web project in Visual Studio 2010, and finally I found the reason why I was getting this message. What I did was to change an existing debugging option on Visual studio:

    • Go to Tools->Options->Debugging->Symbols->All modules
    • Check the "unless excluded" radio button
    • Click on the link "Specify excluded modules", then remove the DLL that you want to debug.

    In my case it was my web dll file...

提交回复
热议问题