Search code examples
intellij-ideabreakpoints

unable to set breakpoint in intellij


I am trying to set breakpoints, nothing happens for couple of classes that I compiled recently with "mvn install". I am able to set breakpoints to classes which were already built by someone else. Please let me know if anyone knows how to solve it.


Solution

  • File -> Invalidate Caches and Restart helped solve the problem. Thanks Tomasz Nurkiewicz for the directions