JS Remote Debugging breakpoints not always correct
Hi
I am debugging a JavaScript web application and sometimes the breakpoints are not correct
attached is a screen shot of the configured break point which is angular.js line 737 however when running , the debugger actually stops at a different place , line 939 .
see attached screenshot.
Please sign in to leave a comment.
BTW , forgot to mention , THIS ONLY HAPPENS in Chrome Browser. With Firefox its Ok
Is your problem similar to http://youtrack.jetbrains.com/issue/WEB-6659 ?
Hi
Yes it is exactly the same issue.
Thanks.