Details
-
Bug
-
Resolution: Fixed
-
Major
-
14.1
-
Java 11
-
Unknown
-
N/A
-
N/A
-
Pull Request accepted
-
Description
Java 5-8:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005
Java 9+:
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=*:5005
Without the *: before the address port, remote debugger (i.e., not from the same host) cannot connect to the JVM.