I have followed these instructions to debug Meteor JS in WebStorm. This allows me to debug client side JavaScript code in my IDE, but I want to also import the server side JavaScript code.
I found this question. Debugging server side in browser works, but is there also a way to debug both, server and client side in WebStorm?