I know that for the classic Play framework it\'s play debug ~run. I tried running activator debug ~run but I get the following error:
play debug ~run
activator debug ~run
[
Another thing that I discovered:
fork in run := false fork in Test := false
in "build.sbt".
This enables you to debug your tests, not only the application itself.