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

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

请先登录再写评论。