Debugging not hit breakpoints in .NET CORE MVC 6 application

前端 未结 5 2589
猫巷女王i
猫巷女王i 2021-02-20 10:31

I am working on .NET CORE 1.0 MVC 6 application and I stuck with the debugging point as it stopping hitting yesterday. with number of try I delete project and start again. First

5条回答
  •  梦毁少年i
    2021-02-20 10:52

    I faced the same problem and none of the above solutions worked. Finally I figured out below setting works like a charm.

    Go to Tools->Options->Debugging->General->Uncheck "Use Managed Compatibility Mode" checkbox

提交回复
热议问题