美文网首页
vscode debug

vscode debug

作者: 小黑猿 | 来源:发表于2019-12-20 14:18 被阅读0次

vscode debug

在laugh.json 中添加

{
            "name": "Launch Egg",
            "type": "node",
            "request": "launch",
            "cwd": "${workspaceRoot}",
            "runtimeExecutable": "npm",
            "windows": { "runtimeExecutable": "npm.cmd" },
            "runtimeArgs": [ "run", "debug" ],
            "console": "integratedTerminal",
            "protocol": "auto",
            "restart": true,
            "port": 9229,
            "autoAttachChildProcesses": true
        }

相关文章

网友评论

      本文标题:vscode debug

      本文链接:https://www.haomeiwen.com/subject/jofinctx.html