debugOptions

abstract fun debugOptions(action: Action<JavaDebugOptions>)(source)

Configures Java Debug Wire Protocol properties for the process. If setDebug is enabled then the -agentlib:jdwp=... will be appended to the JVM arguments with the configuration from the parameter.

Since

5.6

Parameters

action

the Java debug configuration