How to run and debug a multi project Play Scala.js project Follow
I've been working with a Play Scala.js project that's split into multiple projects. The layout is here https://github.com/Algomancer/Full-Stack-Scala-Starter. I'd like to debug the play application. Is there a way to do this?
Please sign in to leave a comment.
I figured it out. Start sbt with the option -jvm-debug #### where the #### is the port number and set up a remote debug configuration in intellij.