Skip to content

Instantly share code, notes, and snippets.

@bhumit070
Created April 21, 2023 17:43
Show Gist options
  • Save bhumit070/331d2e00db23a8c8ee7843cb9952cdcb to your computer and use it in GitHub Desktop.
Save bhumit070/331d2e00db23a8c8ee7843cb9952cdcb to your computer and use it in GitHub Desktop.
Vscode NodejS Debugger
{
"version": "0.2.0",
"configurations": [
{
"name": "Attach to Node",
"port": 9229,
"request": "attach",
"skipFiles": ["<node_internals>/**"],
"envFile": "${workspaceFolder}/.env",
"type": "node"
}
]
}
@bhumit070
Copy link
Author

// 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment