I have an old Gradle project, which I recently opened with the new IDEA 2017, and I just noticed that it no longer stops at breakpoints (they are active, but not โcheckedโ - there is no checkmark on them.
The code runs locally (a Gradle run / debug config without any parameters) with bootRun as a Gradle task.
I tried to do Invalidate Caches / Restart without any success. I also tried to reimport the project into IDEA.
While I had the same problem after upgrading to Spring 1.4.5 (if I remember correctly). I could not understand why, so I dropped to 1.4.2, and everything worked fine. However, this time I run Spring 1.2.4, and I canโt upgrade to a newer version without changing the code (and I donโt want it yet)
source share