8318957: enhance agentlib:jdwp help output by info about allow option
Reviewed-by: cjplummer
This commit is contained in:
parent
d6ce62ebc0
commit
53bb7cd415
@ -835,6 +835,9 @@ printUsage(void)
|
||||
"transport=<name> transport spec none\n"
|
||||
"address=<listen/attach address> transport spec \"\"\n"
|
||||
"server=y|n listen for debugger? n\n"
|
||||
"allow=<IP|IP-list> If server=y, allows connections only from the IP addresses/subnets specified.\n"
|
||||
" A list of multiple IP address/subnet entries must be separated by \'+\'.\n"
|
||||
" * (allows connection from any address)\n"
|
||||
"launch=<command line> run debugger on event none\n"
|
||||
"onthrow=<exception name> debug on throw none\n"
|
||||
"onuncaught=y|n debug on any uncaught? n\n"
|
||||
|
Loading…
Reference in New Issue
Block a user