I\'m debugging my web application in Firefox, Chrome and Internet Explorer. With the latter I\'m using Developer Tools to debug my scripts.
The problem I\'m having i
Try console.dir(/*object*/); This should give you a little more detail in ie.
console.dir(/*object*/);