+2  A: 

Try changing it to console.dir(args) instead of console.log(args)

Also you should be able to click on the values in firebug console to expand them to their full values There will be either a plus in a box symbol or when you mouse over the value it will become underlined, which means clicking on it will expand to its full value

RueTheWhirled
worked like a charm! Thank you!!
Alex