webstorm-vue-debugging

1. Add in vue.config.js

  configureWebpack: {
    devtool: '#eval-source-map'
  },

2. Add npm launcher

 3. Add js debug launcher

4. Start the npm launcher in run mode, and wait for the startup to succeed

5. Start the js debug launcher in debug mode, which can capture breakpoints 

Guess you like

Origin blog.csdn.net/qsyjrz206/article/details/121718239