debugging Node.js in Vagrant box Follow
According to this
Webstorm support debugging Node.js apps in Vagrant box, yet I can't find the option, I can setup remote Node.js debugging (which isn't new as far as I can tell), but it doesn't work.
Please sign in to leave a comment.
You just need to specify remote interpreter in usual Node.js Run configuration and press Debug. See http://blog.jetbrains.com/webstorm/2016/01/webstorm-12-eap-144-3143/, Remote run and debug for Node.js apps
Thanks! , I'm really surprised that is not mentioned in the documentation, specially googling will get result of old posts dating back to 2013 and use port forwarding.