How Can I Get the Arguments of Function Calls from the Firebug Profiler?

Posted by purefusion on Stack Overflow See other posts from Stack Overflow or by purefusion
Published on 2009-11-28T10:22:50Z Indexed on 2010/04/11 5:03 UTC
Read the original article Hit count: 324

Firbug profiler outputs the functions called, but not the arguments/parameters of each function call. Is there any way to get those arguments?

I've dug through the DOM tab for any of the given function calls that I know would have to have had some arguments, but was unsuccessful in pulling out any details.

© Stack Overflow or respective owner

Related posts about firebug

Related posts about profiler