I have a Spring MVC project that I\'m trying to debug using IntelliJ.
If I set a breakpoint in my Controller code, the debug stops at the appropriate place. That particu
After the changes mentioned above, stop your application and restart into debug mode again to take effect.