Hi all, where can I find jwdp documentation (including list of arguments) for Java 9+?
Background: A colleague of mine ran into this issue: https://bugs.openjdk.org/browse/JDK-8175050 I've since read that with Java 9+ also the hostname should be specified, to ensure remote debugging is possible. All fine. However I fail to find where this is documented. I'm unable to access the ticket for the change: https://bugs.openjdk.java.net/browse/JDK-8041435 (I've tried finding the change in the JDK repositories to no avail) There is a comment about updating docus, but the links are no longer valid: https://bugs.openjdk.org/browse/JDK-8175050?focusedCommentId=14053881&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14053881 Last mention I find about jdwp and its parameters is for Java 8: https://docs.oracle.com/javase/8/docs/technotes/guides/jpda/jdwp-spec.html I do find blog posts and e.g. github PRs mentioning the problem and resolutions. But I would like to quote an actual source and documentation for our internal wikis. Best regards and thanks, Simeon