How to Debug Node.js Applications in Visual Studio Code
Briefly

Debugging your Node.js application in Visual Studio Code itself is possible and straightforward.The VS Code editor comes with a built-in debugger capable of debugging any application that targets the Node.js runtime.This means that you can debug JavaScript or any other language that compiles to it (e.g. TypeScript).
Read at MUO
[
add
]
[
|
|
]