The closest that you can get is in the FormScript.js file, where you can still see the functions that will be fired onLoad:
But if you do try to step into that function on IE8...
Now if you move to Internet Explorer 9 or higher, you can debug. Remember that every time the form loads it re-loads your JS files, so you can't insert breakpoints as they'll just disappear. For onChange events you can put breakpoints in your code after the files are loaded and for onLoad you can use the FormScript.js file as shown above. You just have to go to the 'Other' listing and find out which file your code is in since they're not named like in Roll Up 11 and earlier:
In my case, it's script block 15:
I hope this helps!
No comments:
Post a Comment