debugging for dynamically loaded JavaScript file
debug works for JavaScript files if it is defined by script tag in HTML.
However, break points doesn't work if the JavaScript file is loaded by JavaScript like $.ajax function of jQuery.
Is this a specification or a bug?
thanks
Please sign in to leave a comment.
Looks like it is a bug, see http://youtrack.jetbrains.net/issue/IDEA-62967.