step1: 下载项目 首先去官网 https://github.com/parcel-bundler/parcel 下载整个项目: 1.png step2: 安装 进入项目根下输入命令:yarn -i step3 : vscode 调试配置 2.png 配置好后,在cli.js文件里打断点: 3.png step4:启动调试 4.png 成功 5.png