I am using sbt container:start shell
to start my scala application and I'm wondering how I could specify a debug port to write to, so that I can set up remote debugging in IntelliJ.
I've tried specifying something along the lines of jvm-debug 5005
as suggested here, but that caused the process to not start.
Thanks!