I'm trying to debug an issue that only seems to occur in IE 7 and 8, and the debugger's console is being utterly useless.
Any time I type in an expression that results in an object it just prints "{...}" to the console. I need to inspect the returned object, but it gives me no easy way to do so.
Is there any way to get this to beh开发者_如何学Pythonave more like Chrome's debug tools or Firebug, both which let me actually inspect the object?
You can always add a "watch expression" - in this way, it also displays the {...}, but it is expandable and you can see the internals of the object.
get the new and much improved firebug lite for IE.
精彩评论