egg启动调试launch.json

2022-11-21  本文已影响0人  罗不错

{
"configurations": [
{
"name": "Launch Egg",
"type": "node",
"request": "launch",
"cwd": "${workspaceRoot}",
"runtimeExecutable": "npm",
"runtimeArgs": [ "run", "debug" ],
"console": "integratedTerminal",
"restart": true,
"autoAttachChildProcesses": true
}
]
}

上一篇 下一篇

猜你喜欢

热点阅读