How to debug a Gulp task?

后端 未结 7 1772
佛祖请我去吃肉
佛祖请我去吃肉 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:31

    Thanks user2943490, on Windows I found this version worked for me:

    node --inspect --debug-brk ./node_modules/gulp/bin/gulp.js --verbose

提交回复
热议问题