Debug NodeJS/Express Application in intellij (2017.1)
I'm trying to debug my express application I have configured my IDE based on the intellij help documentation. But when I run the application, the process never stops at the break points.
https://stackoverflow.com/questions/45002483/debug-express-application-in-intellij
Any pointers would be helpful.
Thanks in advance
Please sign in to leave a comment.
Please can you elaborate on this? problem description in https://stackoverflow.com/questions/45002483/debug-node-express-application-in-intellij-ultimate-2017-1 shows that you are trying to debug client-side (React) ES6 code using Node.js run configuration, and execution fails (as expected) because Node.js doesn't provide native support for ES6 modules