Do you've a slow nodejs startup time during debugging in WebStorm ?
- Well, don't worry.
With this solution, probably will start in under 1s :).
Open WebStorm, go to the Help Menu, click on the Find Action menu item.
then type Registry.
In the dialog type this key: "js.debugger.v8.use.any.break", after you find the
key, uncheck the Enabled state.
Click close, and that's it.
You can run the debug run configuration now, as usual.
Hopefully this solution will help someone :).