如何用nodemon在Webstorm中进行dubug
2019-03-14 本文已影响0人
BillM
原文链接:https://stackoverflow.com/questions/19180702/how-can-i-run-nodemon-from-within-webstorm
其实很简单,在Webstorm-Run-Edit Configurations中找到node如下图

如图增加选中部分配置即可用nodemon在Webstorm中尽情享用单步调试,又不需要手动重启。
完美。