Answer the question
In order to leave comments, you need to log in
Debugging Node JS code in VS Code?
Hello! Unable to set up NodeJS debugger to work in VSCode.
I need to debug file D:\Works\online-store\server\controllers\appsController.js
I use the following configuration
{
"type": "pwa-node",
"request": "launch",
"name": "Launch Program",
"skipFiles": [
"<node_internals>/**"
],
"program": "${workspaceFolder}\\server\\controllers\\appsController.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