Skip to content

Commit

Permalink
Improved java option for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
sarutak committed Oct 23, 2014
1 parent e053c55 commit 26b4af8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sbt/sbt-launch-lib.bash
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,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"
}

# a ham-fisted attempt to move some memory settings in concert
Expand Down

0 comments on commit 26b4af8

Please sign in to comment.