How can I debug Strapi project in WebStorm? (https://strapi.io/)
If you like to debug your controllers, etc., you have to start the server in debug mode, using node --inspect-brk ./node_modules/strapi/bin/strapi.js dev
, like
and then open the corresponding URL in browser