Skip to content

Commit

Permalink
[DROP ME] Add debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
MaciejG604 committed Sep 19, 2023
1 parent a130e6c commit 42598bb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -839,6 +839,10 @@ trait Cli extends SbtModule with ProtoBuildModule with CliLaunchers

def localRepoJar = `local-repo`.localRepoJar()

def forkArgs = T {
super.forkArgs() ++ Seq("-agentlib:jdwp=transport=dt_socket,server=y,address=localhost:5050,suspend=y")
}

object test extends ScalaCliTests with ScalaCliScalafixModule {
def moduleDeps = super.moduleDeps ++ Seq(
`build-module`.test
Expand Down

0 comments on commit 42598bb

Please sign in to comment.