0
Debug node.JS express vscode
Do you know a simple configuration to run in debug mode with vs-code on a node.Js express back-end project?
2 Respostas
+ 2
there are many way but see here https://code.visualstudio.com/docs/nodejs/nodejs-debugging#_launch-configuration
0
Thank you, I had read this page but I was wondering if there were preconfiguration plugins like with java on vs-code