Linux, PhpStorm Run/Debug Grunt, , - , Node , in/usr/bin
:
A) "Paht to Node": bin Node, /home/ifraixedes/Apps/ node/bin/node
B) "Node parameters" Grunt-cli script, :/home/ifraixedes/Apps/node/lib/node_modules/grunt-cli/bin/grunt
C) " ": , Gruntfile.js, ,
D) " Node JS": grunt, ,
And with these settings, I can execute the PhpStorm debugger as a regular NodeJS application, so I can set breakpoints wherever I need.
source
share