How to debug a Gulp task?

后端 未结 7 1757
佛祖请我去吃肉
佛祖请我去吃肉 2021-01-30 01:12

How do I debug a gulp task defined in my gulpfile.js with a debugger such as the Google Chrome debugger, stepping through the task\'s code line by line?

7条回答
  •  伪装坚强ぢ
    2021-01-30 01:20

    If you are using webstorm you can right click the task in the gulp panel and select debug.

提交回复
热议问题