Skip to content

Instantly share code, notes, and snippets.

@aliaksandr-s
Created April 23, 2019 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aliaksandr-s/8ac222f943124a343bb1943390ee45cf to your computer and use it in GitHub Desktop.
Save aliaksandr-s/8ac222f943124a343bb1943390ee45cf to your computer and use it in GitHub Desktop.
{
// 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": [
{
"name": "Debugg by PID",
"type": "node",
"processId": "43776",
"request": "attach",
},
{
"type": "chrome",
"request": "launch",
"name": "Launch Chrome against localhost",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
},
{
"name": "Attach to Process",
"type": "node",
"request": "attach",
"port": 9229,
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment