Visual studio debugging for MVC only hit breakpoints once
I am working on ASP.NET Core 1.1 application and have big issue with debugging. it was working fine until recently only work when I create new project and it hit breakpoints in controller class but once application close and re-open it doesn't hit debugging point, although it still hit debugging point for startup.cs.
I believe it is complaining that symbols not been loaded as to test, I have created MVC 5 application and during debugging, the debugging red mark goes yellow, giving me symbols not loaded error message.
I am using Visual Studio 2015 update 3
Really need help here if someone know the answer
Thanks
Is it the same issue as this one? toxic.
Debugging not hit breakpoints in .NET CORE MVC 6 application
If you disable the "Enable Just My Code", and Enable/disable the Microsoft symbols Server under TOOLs->Options->Debugging->Symbols, and then debug your app after you re-open it, how about the result? Or one possible reason is that the symbols loaded slowly(It is slow in my side if I repro it).
链接地址: http://www.djcxy.com/p/95396.html