Skip to content

Commit

Permalink
Merge pull request #478 from jateenjoshi/fix_jvm-debug-flags
Browse files Browse the repository at this point in the history
[Fix #476] Fixing -jvm-debug flags so that they use args compatible with the latest JDKs
  • Loading branch information
muuki88 committed Feb 4, 2015
2 parents 0e957d1 + 4deb3e3 commit 582a7f4
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,7 @@ addResidual () {
residual_args+=( "$1" )
}
addDebugger () {
addJava "-Xdebug"
addJava "-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
# so they need not be messed around with individually.
Expand Down

0 comments on commit 582a7f4

Please sign in to comment.