chrome v8环境联调 本地js调试 适合vscode调试vm2运行的程序
·
form 时一:https://blog.csdn.net/weixin_43411585/article/details/131607539
npm config set registry https://registry.npmmirror.com
npm install -g node-inspect
npm install -g vm2
{
"type": "node",
"request": "launch",
"name": "本地js调试",
"program": "${file}"
},
{
"name": "chrome v8环境联调",
"program": "${file}",
"request": "launch",
"type": "node",
"runtimeExecutable": "node-inspect",
},
更多推荐
所有评论(0)