MicrosoftDX / Vorlonjs

A new, open source, extensible, platform-agnostic tool for remotely debugging and testing your JavaScript. Powered by node.js and socket.io
http://www.vorlonjs.com
Other
2.92k stars 258 forks source link

Booleans shows as [Object] and cannot be expanded #419

Open warpdesign opened 7 years ago

warpdesign commented 7 years ago

I installed Vorlonjs and when calling "console.log(true)" in my app, in the vorlonjs Interactive Console it outputs: + [Object]

When clicking on the + to expand, it shows nothing.