0

WHen I want to show a log below,

MyClass { child: MyClass { child: MyClass { child: MyClass {  } } } }

VS Code console show

MyClass { child: [MyClass] }

How can I disable this feature and see a full log like first example?

For example, on Google Chrome, I can open detail with clicking triangle mark. (I don't require such a convenience feature to VS Code console, but just want to see full JSON style log)

Mehdi
  • 717
  • 1
  • 7
  • 21
invalid
  • 1,215
  • 4
  • 13
  • 30
  • 2
    Does this answer your question? [How can I get the full object in Node.js's console.log(), rather than '\[Object\]'?](https://stackoverflow.com/questions/10729276/how-can-i-get-the-full-object-in-node-jss-console-log-rather-than-object) – glinda93 Mar 01 '20 at 13:20
  • you can use util insect to show full log. https://nodejs.org/api/util.html#util_util_inspect_object_options – invalid Mar 01 '20 at 13:17

0 Answers0