Merge pull request #83 from sarutak/debug-option-modifiation

Fix debug option in sbt-launch-lib.bash to respect Java5+
This commit is contained in:
Josh Suereth 2014-11-20 09:51:50 -05:00
commit c48d5d9b51
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ addResidual () {
residual_args=( "${residual_args[@]}" "$1" )
}
addDebugger () {
addJava "-Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=$1"
addJava "-agentlib:jdwp:transport=dt_socket,server=y,suspend=n,address=$1"
}
get_mem_opts () {