简体   繁体   中英

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

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.

Just had a look and couldn't see the functionality, also firebug displays a count of the number of times a function is called in the profiler and doesn't seem to actually log individual calls in the UI, although I may be wrong.

Obvious question, depending what you actually trying to achieve would it not by better to simply log out the args if you need to know what they are?

Can't the arguments be different every time it's called?

If you're actually looking for performance problems, try this .

If you want to know the function arguments, it will also give you that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM