无法在vs代码中使用grunt调试量角器测试

时间:2018-06-07 05:01:20

标签: debugging gruntjs visual-studio-code protractor

我正在使用咕噜声进行量角器测试。为了调试,我已经添加了启动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作为程序。我无法用这个调试。如果我遗漏了上面提供的参数,请建议。

0 个答案:

没有答案