Skip to content

Commit

Permalink
Fixes remote debug connections closing (#1546)
Browse files Browse the repository at this point in the history
See https://bugs.openjdk.org/browse/JDK-8175050

Co-authored-by: Muki Seiler <muuki88@users.noreply.github.com>
  • Loading branch information
jackcviers and muuki88 committed Jul 24, 2023
1 parent 62414fe commit 665e4e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ addResidual () {
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"
}

require_arg () {
Expand Down

0 comments on commit 665e4e2

Please sign in to comment.