I am able to run my Express app from IntelliJ by creating a debug configuration.
However, when I place breakpoints and post a request to my app from Postman, the app does not stop at my breakpoints, although the application does execute and handle the request.
Do I need to do something special to debug my application?