VS 2013 running on Win 7... I have two asp.net apps. In one of them, I can set breakpoints in javascript with no problem. The other one, I can't. Though, I could a couple of days ago... When I set a breakpoint, I get the solid red dot with no problem. When I run the page, the red dots go hollow. BUT... If I put the javascript statement "debugger;" someplace, it hits as a breakpoint and then all of the other breakpoints work.
What's up with that? What's different between the two projects?