In VS 2013, there is a bug that wont let debugger to stop at the breakpoint.
The workaround is to add "debugger" keyword in js code before the line of breakpoint and then debugger will stop / hit the breakpoint.
Here is the MS connect solution
HTH
The workaround is to add "debugger" keyword in js code before the line of breakpoint and then debugger will stop / hit the breakpoint.
Here is the MS connect solution
HTH
No comments:
Post a Comment