For example, in Oracle's reference JDWP implementation, the options may be:
-agentlib:jdwp=server=y,transport=dt_socket,address=35000,suspend=y
The specified options must be consistent with previous JDWP-related settings in the interview (such as transport class, VM suspension, address, and connection type).
You may specify an empty string if your runtime does not require that JDWP-specific command-line options activate the JDWP.