We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6ce62e commit 53bb7cdCopy full SHA for 53bb7cd
src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c
@@ -835,6 +835,9 @@ printUsage(void)
835
"transport=<name> transport spec none\n"
836
"address=<listen/attach address> transport spec \"\"\n"
837
"server=y|n listen for debugger? n\n"
838
+ "allow=<IP|IP-list> If server=y, allows connections only from the IP addresses/subnets specified.\n"
839
+ " A list of multiple IP address/subnet entries must be separated by \'+\'.\n"
840
+ " * (allows connection from any address)\n"
841
"launch=<command line> run debugger on event none\n"
842
"onthrow=<exception name> debug on throw none\n"
843
"onuncaught=y|n debug on any uncaught? n\n"
0 commit comments