开发者

Make IE 8's javascript console give more info than "{...}" for objects

开发者 https://www.devze.com 2023-01-15 06:18 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消