Project I'm working on jQuery.
I have a series of Ajax calls load () other HTML pieces which in turn load () other pieces are the whole thing confusing. I did not write the code
Is there a device that allows me to run on callstacks so that I can understand the data calling a method? Any browser tools that will help me figure it out?
Resolution:
This was finally done because a & lt; Script src = "..." was injected into server-side code actually helped your suggestions - it was a combination of those people and temporarily set Ajax to sync instead of Async That helped me track the problem.
$ Ajaxsetup ({async: false});
This is capable of.
When the debugger is stopped, Firebug shows you the call stack, which is the set of nested function calls that are currently running and are waiting to return.
The call stack is shown in the toolbar as a compact strip button, the name of the function on each stack. You can click any button to jump over that line where that function is interrupted, and look for the local variable inside that function.
Comments
Post a Comment