Debugging not hit breakpoints in .NET CORE MVC 6 application

前端 未结 5 2658
猫巷女王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条回答
  •  既然无缘
    2021-02-20 10:59

    While Jack Zhai-MSFT's solution worked I still had some weird behavior: breakpoints were working partially. Found solution here that works perfectly: Breakpoint Failed to Bind - Visual Studio 2015 While the above link is loaded with tons of solutions in my case changing configuration from Release to Debug under Build menu Configuration Manager solved all my breakpoints related problems.

提交回复
热议问题