WE SOLVE IT!
The reason the breakpoints didn't stop in the IDE was because I wrote the fork command at the end of my build.sbt file:
fork in run := true
As I deleted this line, everything worked as I expected.
There is no reason the intellij community will not be able to debug a simple game. This answer was very useful for anyone who gets a lot of opportunities to create a simple environment for developing and debugging a Play Framework application.
Avivc source
share