Need help to log the function body using firebug
Posted
by Anil Namde
on Stack Overflow
See other posts from Stack Overflow
or by Anil Namde
Published on 2010-04-20T16:08:52Z
Indexed on
2010/04/20
16:13 UTC
Read the original article
Hit count: 230
firefox
|JavaScript
When we use the console.log(someObject.function) firebug shows function() string only.
Is there a way i can see/log the code for the function in the console window ?
© Stack Overflow or respective owner