JavaScript 调试扩展
配置模板 (默认值)
{
"version": "0.0.1",
"configurations": [
{
"type": "topjs",
"request": "launch",
"name": "Launch Debugger",
"port": 30992,
"runtimeExecutable": "topjs3",
"program": "${workspaceFolder}/${command:getProgramPath}"
}
]
}
可定制的字段有port , runtimeExecutable 和program 。
截图
| |