Details
-
Bug
-
Resolution: Fixed
-
Major
-
14.0
-
None
-
Unknown
-
N/A
-
N/A
-
Description
This was working when using Java 8 but fails since Java 9+.
The issue is that since java 9 we need the
*:
prefix before the remote port, as in:
-Xrunjdwp:transport=dt_socket,server=y,suspend=y,address=*:5005