View list of all JavaScript variables in Google Chrome Console

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.

16 Answers
16

Leave a Comment