Verison Used : IntelliJ IDEA 2020.1.1 (Ultimate Edition)
Deployed application on local tomcat server and debugging by locally hitting the service endpoint through postman.
Able to stop thread at breakpoint only for the first time the endpoint is hit. After that IntelliJ just ignores the breakpoint and I receive the response without stopping at any breakpoint.
Debug point appears as ticked which means verified-line-breakpoint, still the thread doesn't suspend at breakpoint. Have restart the server for debugger to stop at breakpoints.
