I'm trying to debug my Mocha test in IntelliJ 13.1.4 so I put breakpoints in my test/test.js
file.
In my Node.js
Run/Debug Configurations
, I've correctly set the Node interpreter
and the Working directory
points to my project root.
The JavaScript file
to execute is set to ./node_modules/.bin/mocha
.
If I click on the "Debug" button, my test is executed, but my breakpoints are ignored.
Does someone know why?