How to debug Play application using activator?

前端 未结 5 1296
感动是毒
感动是毒 2021-01-30 17:17

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:

[         


        
5条回答
  •  时光说笑
    2021-01-30 18:15

    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.

提交回复
热议问题