javascript - Is there a method so you'd find out which/name of functions that were being called? -
i trying handy in using google development tools. have method identify functions (specifically javascript) used/required before successful page load?
inspect element, navigate each script in static html, open resource in sources, , put breakpoint @ beginning of each javascript file. refresh page, repeatedly click "step into" until functions have been called. can see call stack , scope every line of code executed in each resource.
Comments
Post a Comment