无法通过VSCode在Chrome调试器中启动项目

时间:2019-08-16 09:14:59

标签: angular typescript visual-studio-code angular-cli chrome-debugging

我有一个要通过Visual Studio Code中的“ chrome调试器扩展”启动的项目。 除了下面要做的事情以外,我应该做什么?

我尝试过的事情:

1。)我安装了“ Chrome调试器”扩展程序。

2。)我为launch.js设置了良好的配置,如下所示:

parallel ( // job 1, 2 will be scheduled in parallel. { build("job_1", "param_1":"50", "param_2":"true") }, { build("job_2", "param_1":"42", "param_2":"false") } )

3。)我杀死了所有chrome实例。

4。)我通过命令{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome", "url": "http://localhost:9222", "webRoot": "${workspaceFolder}" } ] }

编译了项目

5。)我未设置ng serve --env=mock --port 9222,因为它未附加。

6。)我通过F5启动了项目。

我收到如下错误: enter image description here

0 个答案:

没有答案