microsoft / vscode-js-debug

A DAP-compatible JavaScript debugger. Used in VS Code, VS, + more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

spawn C:\Program Files\Google\Chrome\Application\chrome.exe ENOENT

elvince opened this issue · comments

Describe the bug
No way to launch the browser;
spawn C:\Program Files\Google\Chrome\Application\chrome.exe ENOENT
I tried also with msedge and I have the same behavior.

To Reproduce
Steps to reproduce the behavior:

  1. Create an angular with "ng new testproject"
  2. Open the project in vscode
  3. click on run

Log File
vscode-debugadapter-658d3e69.json.gz

VS Code Version: 1.64.2

thanks for your help

Just in case, I have the same behavior in 1.65.

Where is Chrome installed on your machine??

Exactly where it says that he couldn't find it.
image

Any hint? anything to check?

@connor4312
Anything else to look at to find the root cause?

I finally found that it is not working when "null" service is not started.
Null service helps to manage memory. I have no clue why it has this side effect, but in case it helps to avoid loosing hours to find the root cause.