I'm using run/debug configurations to run npm application:
and I run it in debug mode.
I don't know why but the application does not stop in breakpoints I put in the code.
The command I have in package.json is:
"serve": "tsc && concurrently \"nodemon app.js\" "tsc --watch"