How to debug Express app launched by nodemon via Gulpfile in WebStorm 10? How to debug Express app launched by nodemon via Gulpfile in WebStorm 10? express express

How to debug Express app launched by nodemon via Gulpfile in WebStorm 10?


Turns out you have to set bin/www in JavaScript file setting and everything will be working as supposed to.

enter image description here