kiddkai / atom-node-debugger

A Nodejs Debugger For Atom
MIT License
265 stars 75 forks source link

Variables of type `new Set()` are invisible #205

Open Redsandro opened 7 years ago

Redsandro commented 7 years ago

Any variable that is a Set doesn't show up in the tree.

Also, if you set a watch for a non-existing variable, you get undefined. But if you set a watch for a variable that is a Set, the watch simply disappears.