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 often like to remote debug, but having to restart sbt to add -jvm-debug x is annoying. What I'd like to do is set SBT_OPTS to include -jvm-debug 0 (to pickup a random port), but still allow for a specific port to be specified at the command line, eg -jvm-debug 5005 for IntelliJ.
I often like to remote debug, but having to restart sbt to add
-jvm-debug x
is annoying. What I'd like to do is setSBT_OPTS
to include-jvm-debug 0
(to pickup a random port), but still allow for a specific port to be specified at the command line, eg-jvm-debug 5005
for IntelliJ.Depends on #74 for the full effect to work
The text was updated successfully, but these errors were encountered: