8318957: enhance agentlib:jdwp help output by info about allow option

Reviewed-by: cjplummer
This commit is contained in:
Matthias Baesken 2023-11-02 10:06:37 +00:00
parent d6ce62ebc0
commit 53bb7cd415

View File

@ -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"