mirror of
https://github.com/sbt/sbt.git
synced 2026-08-22 06:07:24 +02:00
Fixed wrong debug option
This commit is contained in:
@@ -69,7 +69,7 @@ addResidual () {
|
||||
residual_args=( "${residual_args[@]}" "$1" )
|
||||
}
|
||||
addDebugger () {
|
||||
addJava "-agentlib:jdwp:transport=dt_socket,server=y,suspend=n,address=$1"
|
||||
addJava "-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=$1"
|
||||
}
|
||||
|
||||
get_mem_opts () {
|
||||
|
||||
Reference in New Issue
Block a user