We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73fcc8e commit bb50eb3Copy full SHA for bb50eb3
src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c
@@ -879,6 +879,9 @@ printUsage(void)
879
"transport=<name> transport spec none\n"
880
"address=<listen/attach address> transport spec \"\"\n"
881
"server=y|n listen for debugger? n\n"
882
+ "allow=<IP|IP-list> If server=y, allows connections only from the IP addresses/subnets specified.\n"
883
+ " A list of multiple IP address/subnet entries must be separated by \'+\'.\n"
884
+ " * (allows connection from any address)\n"
885
"launch=<command line> run debugger on event none\n"
886
"onthrow=<exception name> debug on throw none\n"
887
"onuncaught=y|n debug on any uncaught? n\n"
0 commit comments