Debug React&Vue

  • npm start
    旧版本
    编译成功后设置断点

  • 点击调试按钮
  • 自动停在断点处
  • 添加launch.json
    //跳过源码或者不用添加下面命令直接点击 F5
    "skipFiles": [
      "<node_internals>/**"
    ]  
    

https://code.visualstudio.com/docs/nodejs/