我正在使用咕噜声进行量角器测试。为了调试,我已经添加了启动json文件,如下所示
"configurations": [
{
"type": "node",
"request": "launch",
"name":"Launch Program",
"args":["testFromConfig:auto-dev-chrome-conf.js protractor"],
"preLaunchTask": null,
"runtimeExecutable": null,
"program":"${workspaceRoot}/node_modules/grunt/lib/grunt.js",
"outFiles": [
"${workspaceRoot}"
]
}
]
当我使用grunt运行时,我添加了grunt作为程序。我无法用这个调试。如果我遗漏了上面提供的参数,请建议。