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 ex
Type: this in the console,
this
to get the window object I think(?), I think it's basically the same as typing window in the console.
window object
window
It works at least in Firefox & chrome.