Skip to content

Commit 1e2bb5e

Browse files
committed
Add commented java options for remote debugging
Uncomment this to enable remote debugging.
1 parent 4f90e0c commit 1e2bb5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,8 @@ lazy val core = myCrossProject("core")
197197
Seq(file)
198198
}.taskValue,
199199
run / fork := true,
200+
// Uncomment for remote debugging:
201+
// run / javaOptions += "-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5005",
200202
Test / fork := true,
201203
Test / testOptions +=
202204
Tests.Cleanup(() => Path(file(Properties.tmpDir) / "scala-steward").deleteRecursively()),

0 commit comments

Comments
 (0)