Answer the question
In order to leave comments, you need to log in
How to make the debugger connect automatically?
here is my config
{
"type": "node",
"request": "attach",
"timeout": 40000,
"protocol": "auto",
"port": 9229,
"restart": true,
"localRoot": "${workspaceFolder}/.../dist",
"remoteRoot": "/home/ct/js/.../dist",
"outFiles": [
"${workspaceFolder}/js/.../dist/**/*.js"
],
"skipFiles": [
"<node_internals>/**/*.js",
]
},
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question