mirror of https://github.com/sbt/sbt.git
Merge pull request #85 from sarutak/debug-option-modification
Fix wrong debug option
This commit is contained in:
commit
1735b0b7ec
|
|
@ -69,7 +69,7 @@ addResidual () {
|
||||||
residual_args=( "${residual_args[@]}" "$1" )
|
residual_args=( "${residual_args[@]}" "$1" )
|
||||||
}
|
}
|
||||||
addDebugger () {
|
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 () {
|
get_mem_opts () {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue