I am using WebStorm to run a grunt task. The debugger successfully stops at the breakpoint in the Gruntfile.js file, but not in my task file.
In the Gruntfile.js I regis
If you happen to use the WebStorm IDE you can set up a task and then either run or debug it.
You can see the configuration for the command grunt jasmine_node_no_coverage in the screenshot. Please note that I installed grunt globally.
grunt jasmine_node_no_coverage