View list of all JavaScript variables in Google Chrome Console

Posted by GRboss on Stack Overflow See other posts from Stack Overflow or by GRboss
Published on 2010-05-29T11:22:48Z Indexed on 2010/05/29 11:32 UTC
Read the original article Hit count: 239

Filed under:
|

Hello everyone.

In Firebug the DOM tab shows a list of all your public variables and objects. In Chrome's console you have to type the name of the public variable or object you want to explore. Is there a way - or at least a command - for Chrome's console to display a list all the public variables and objects? It will save a lot of typing.

Thank you all Stefanos

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about google-chrome