Specify the Java command-line options used in the Java runtime command line to determine the JDWP implementation configuration. The options are specified only for the JDWP tests being executed.

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.