If your breakpoints in an ASP.NET MVC view are not hit: Check if you are using RazorGenerator for this particular view:
Fix: Temporarily disable Razor Generator removing the “RazorGenerator” text from the Custom Tool property. Make sure to put it back in after your debugging session.