kiddkai / atom-node-debugger

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

Debugging different node versions using nvm #228

Open julianbeggs opened 7 years ago

julianbeggs commented 7 years ago

Could it be possible to easily set the node version to debug with using nvm? I see you can put in the Node path in settings, but it could be easier to switch between versions.

Thanks!