When I run my Node.js backend application in VS Code’s debug terminal, it doesn’t hit the breakpoints I set
I am working on a Node.js backend application using TypeScript and Prisma. My goal is to debug the application using breakpoints in Visual Studio Code. I have set breakpoints in the createDebt method, but when I run the application in the debug terminal with the command npm start, the breakpoints are not hit