I've been using VS for years and the problem I'm having is a first and it's only for one (so far) small project. I've already looked at this:
When debugging ASP.NET MVC app, breakpoints are not hit
My problem isn't that I can't hit breakpoints at all. Rather, I can hit breakpoints at the startup of debugging. For example, breakpoint in the middle of Register
(I'm staring at a breakpoint on config.EnableCors()
right now) and it stops there just fine. Put breakpoints in a controller and I get the standard solid red ball to show a working breakpoint. But the program stubbornly refuses to hit breakpoints once out of startup.
This is a webapi and I'm already going nuts unable to debug a simple function. Any suggestions? I tried anything that might have helped in the other question to no avail. I'm running VS 2017.