So I am actually trying to debug an ASP.NET MVC project that I am opening as a website. I have placed the breakpoint at a particular controller Action method but on running the project and navigating to the breakpoint, the breakpoint shifts five lines further and then sometimes it doesn't even continue to debug and abruptly returns back to the web-page.
Keep in mind I have made and tested several changes to the debugger settings from the support available online. This is a major bottleneck for our production coding. Thanks in advance for any piece of advice.