kiddkai / atom-node-debugger

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

Cannot read properties in Node 6.11.1 #237

Open Redsandro opened 6 years ago

Redsandro commented 6 years ago

Is the debugger compatible with Node 6?

When I switch to Node 6.11 on nvm, the debugger stops on breakpoints, but I cannot inspect anything. None of the variables are set.

When I switch back to 4.x, the debugger shows the value of properties again.