I've tried relevant stack overflow questions, but there is no result.
Launch.json___________________________________
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome Debugger",
"port": 9222,
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMaps": true,
"timeout": 15000,
"trace":"verbose"
}
I've tried relevant stack overflow questions, but there is no result.
Launch.json___________________________________
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome Debugger",
"port": 9222,
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMaps": true,
"timeout": 15000,
"trace":"verbose"
}
Share Improve this question asked Mar 19 at 16:06 RuslanRuslan 214 bronze badges1 Answer
Reset to default 1Thank ypu all. I have found
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome Debugger",
"url": "http://localhost:3000",
"webRoot": "${workspaceRoot}/src",
"sourceMaps": true,
"timeout": 15000,
"trace":"verbose"
}
no port:9222 needed