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

0

Please sign in to leave a comment.