You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to launch and debug sbt + akka + revolver/reStart in Docker environment. I see that Revolver.enableDebugging(port = 5020, suspend = true) creates DebugSettings in the end with address=%d. To make JVM available for a debugger it needs address=*:%d. I know that because I extended DebugSettings with overridden toCmdLineArg: String:
Hi,
I need to launch and debug sbt + akka + revolver/reStart in Docker environment. I see that
Revolver.enableDebugging(port = 5020, suspend = true)
createsDebugSettings
in the end withaddress=%d
. To make JVM available for a debugger it needsaddress=*:%d
. I know that because I extendedDebugSettings
with overriddentoCmdLineArg: String
:Is there a, say, security or some other reason you haven't implemented it yet?
The text was updated successfully, but these errors were encountered: