如何在 WebStorm 中调试 Strapi?

How to debug Strapi in WebStorm?

如何在 WebStorm 中调试 Strapi 项目? (https://strapi.io/)

如果你想调试你的控制器等,你必须在调试模式下启动服务器,使用node --inspect-brk ./node_modules/strapi/bin/strapi.js dev,比如

然后在浏览器中打开对应的URL