How to run and debug a multi project Play Scala.js project

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?

0
1 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.

0

Please sign in to leave a comment.