Skip to content

Instantly share code, notes, and snippets.

@shrys
Created June 10, 2024 17:46
Show Gist options
  • Save shrys/48f914aa99b72444d1224b4ebe484b25 to your computer and use it in GitHub Desktop.
Save shrys/48f914aa99b72444d1224b4ebe484b25 to your computer and use it in GitHub Desktop.
ng chrome attach
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"request": "attach",
"name": "Attach to Chrome",
"port": 9222,
"urlFilter": "http://localhost:4201/*",
"webRoot": "${workspaceFolder}"
}
]
}
"C:\Program Files\Google\Chrome\Application\chrome.exe" http://localhost:4201/login --disable-web-security --user-data-dir="C:/dev-chrom-data" --remote-debugging-port=9222 --disable-features=UseEcoQosForBackgroundProcess
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment