Firebug 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.
Edit: Still looking for a solution to this. I'd add a bounty if I had 50 points, but at the moment it's at 49! I can't mark this as solved though, because none of the two provided answers are really definitive.