Visual Studio 2015 project no longer runs in debug mode

后端 未结 22 1210
萌比男神i
萌比男神i 2020-12-04 18:32

This is what I get even when I run in the Debug configuration:

The way I got this to show was by enabling "Just My Code" and warn if there

22条回答
  •  庸人自扰
    2020-12-04 19:24

    Select menu DebugOptions and unselect the Suppress JIT optimization option. It works for me.

    Source: https://connect.microsoft.com/VisualStudio/feedback/details/2116788/flag-optimize-is-passed-to-the-debugger-even-while-the-build-settings-optimize-code-is-not-enabled-on-mvc-c-web-projects-when-using-just-my-code

提交回复
热议问题