I am having a problem with my script on my MVC view. I want to step through it to find out the error. So I put in breakpoints. Much good that did. The execution never once stopped at any of the break points. On this thread http://forums.asp.net/t/1578094.aspx?mapped+breakpoints+in+mvc+views+not+working the reply marked as the answer by XiaoCheng Fan - MSFT on 07-19-2010 06:01 AM indicate that all that was necessary was to uncheck the "Disable Script debugging in Internet Explorer."
I don't know where he got the idea that this was correct. It is patently incorrect. None of the breakpoint are working. Yet I know that a couple of days ago I was able to step directly from an action that had been called using ajax into the subsequent JQuery/Javascript. I have also seen breakpoints work in the $(document).ready() function. So I don't understand why they are not working when I need them.
I am using Visual Studio 2012, MVC 4 EF 5.