g with Firebug ===
http://getfirebug.com/logging.html
<code javascript>
// console.log, console.debug,... M tab. Calling **console.dirxml(element)** on any HTML or XML element will print a lovely XML outline, like a miniature version of the HTML tab.
<code javascript>
console.dir( aObject )
<