I am new to IntelliJ and I am trying to set up environment. I use latest version of IntelliJ and Tomcat. When I make an api request using Postman, the breakpoints on IntelliJ are not being hit. I have configured Tomcat locally and when I run the server in debug mode I do not get any error and the application runs as expected. But I want to debug my application and breakpoints on IntelliJ do not work. Any help will he highly appreciated.
Resolved: I deleted the entire project and set it up from scratch. And this helped.
Thanks everyone for your suggestions:)