A Visual Studio Code extension to debug your Javascript code on targets that support the Chrome Debugging Protocol.
"type": "chrome",
"request": "attach",
"port": 9222,
"name": "Attach to Chrome",
"url": "http://localhost:3001",
"webRoot": "${workspaceFolder}"
}
.scripts
Uncaught SyntaxError: Unexpected token '.'
Hello, VSCode and chromedriver seem to 'detach' from each other during a debug session. In my config file I have set the mochaOpts timeout to a huge value, so the debug session stays up, but chrome seems to 'time out' after 5 to 10 minutes. Not sure what's going on here?
Here's a sample of my debug config file as well: