Skip to content

Commit f612c99

Browse files
authored
Merge pull request #2800 from scala-steward-org/topic/debugging-options
Add commented java options for remote debugging
2 parents d1cb618 + 1e2bb5e commit f612c99

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)