Skip to content

Instantly share code, notes, and snippets.

@sdesalas
Created March 27, 2023 09:55
Show Gist options
  • Save sdesalas/5eef95078d05e43324f9e0b42eadacd1 to your computer and use it in GitHub Desktop.
Save sdesalas/5eef95078d05e43324f9e0b42eadacd1 to your computer and use it in GitHub Desktop.
VS Code debugging
{
"version": "0.2.0",
"configurations": [
{
"name": "Inspect",
"request": "launch",
"type": "node-terminal",
"command": "node --inspect index.js"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment