Skip to content

Instantly share code, notes, and snippets.

@auchenberg
Created March 10, 2017 18:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save auchenberg/b48f87671b8ee40bb504ea27bd997072 to your computer and use it in GitHub Desktop.
Save auchenberg/b48f87671b8ee40bb504ea27bd997072 to your computer and use it in GitHub Desktop.
VS Code Node inspector launch
{
"configurations": [
{
"name": "Node",
"type": "node",
"request": "launch",
"protocol": "inspector",
"program": "${workspaceRoot}/server.js"
},
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment