Skip to content Skip to sidebar Skip to footer

What Can Be The Reasons For Javascript Breakpoint Is Not Hit?

I set a breakpoint in a script block of a razor view. VS2012 attaches to IE but breakpoint has yellow triangle with exclamation mark saying: The breakpoint will not currently be h

Solution 1:

I faced this problem too. After trying many codes and things take from different posts in Stackoverflow and others websites, they have not solve my problem. When i have take a look for @robert4 solution and go back in my javascript code, i saw one error and fixed it, by doing like that, i have finally solve may problem and can now get a breakpoint in my javascript document. For those who will face this type of problem, i think that the first thing to do it is to verify your js file code by code to see if there is no error before beginning to implement each of others solutions take from differents posts.


Post a Comment for "What Can Be The Reasons For Javascript Breakpoint Is Not Hit?"