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",
},
Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐