Skip to content

Instantly share code, notes, and snippets.

@eckon
Created September 15, 2021 12:01
Show Gist options
  • Save eckon/2f6c0211241b096e452c0218470e96e3 to your computer and use it in GitHub Desktop.
Save eckon/2f6c0211241b096e452c0218470e96e3 to your computer and use it in GitHub Desktop.
vimspector config to attach a node process (server needs inspect/debug flag)
{
"configurations": {
"run": {
"adapter": "vscode-node",
"configuration": {
"name": "Attaching to a process ID",
"type": "node",
"request": "attach"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment