Skip to content

Instantly share code, notes, and snippets.

@mehmetsefabalik
Created October 25, 2019 07:01
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 mehmetsefabalik/4a1cc20161122ae7a837dd4cc3f21c9b to your computer and use it in GitHub Desktop.
Save mehmetsefabalik/4a1cc20161122ae7a837dd4cc3f21c9b to your computer and use it in GitHub Desktop.
vscode debugger picking process
{
"version": "0.2.0",
"configurations": [
{
"type": "node",
"request": "attach",
"name": "Node: Nodemon",
"processId": "${command:PickProcess}",
"restart": true,
"protocol": "inspector",
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment