Glimpse / Home

Project Glimpse: Node Edition - Spend less time debugging and more time developing.
http://node.getglimpse.com
Other
252 stars 9 forks source link

Show Full Objects #67

Closed nikmd23 closed 8 years ago

nikmd23 commented 8 years ago

We have a similar issue in #22, but this is slightly different.

It seems that if I go deep enough, I no longer get the actual object logged out, but rather the [Object] representation.

Here's my example log:

console.log({foo:1, bar:'string', baz: {foo2:[1,2,3], bar2:['a','b','c'], baz2:[{foo3:1, bar3:'blah'}, {obj:2}, {obj:3}]}});

and what I'm seeing:

image

NOTE: After further investigation, this might be the expected behavior. When we support console.dir (#38) it should expand objects to a specified depth.

nikmd23 commented 8 years ago

👌

nikmd23 commented 8 years ago

This is now available in version 0.14.1. For more information, please see our announcement. If you continue to experience this issue, please let us know. - :heart: the Glimpse team.