Created
April 16, 2018 04:53
-
-
Save andrerpena/6987ef0ce8358178c71f465da37cbf21 to your computer and use it in GitHub Desktop.
VS Code launch.json for attaching to the Node assuming there is only 1 debugging session
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"configurations": [ | |
{ | |
"type": "node", | |
"request": "attach", | |
"name": "Attach", | |
"port": 9229 | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment