Run Actor Server From Intellij

Solved!
Posted in Customization by Diego Silva Sun May 01 2016 00:43:15 GMT+0000 (UTC)·3·Viewed 201 times

Can I run the Actor server from Intellij? If yes, anybody know how I do this? I want do this for debug code and understand how everything works. tks.
Andrey Kuznetsov
May 1, 2016
IntelliJ Idea has some bugs with generated code. Run SBT like this: `JAVA_OPTS="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" sbt` and use remote debug in Intellij Idea.
Diego Silva
May 1, 2016
thanks, I'll try.

Andrey Kuznetsov marked this as solved
Markdown is allowed