Hi All,
Debug JS Using Browsers
è Open JS Script write debugger in onload Function.
è Publish the JS
è Then open IE and press F12 and refresh the IE.
è Then you can able to see the debugger hit.
(Eg)
function onload() {
debugger;
// Your code
here
}
No comments:
Post a Comment