toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.process
/
JavaDebugOptions
Java
Debug
Options
API
interface
JavaDebugOptions
(
source
)
Contains a subset of the
Java Debug Wire Protocol
properties.
Since
5.6
Members
Functions
get
Enabled
Link copied to clipboard
API
@
Input
abstract
fun
getEnabled
(
)
:
Property
<
Boolean
>
Should the debug agent start in the forked process?
get
Host
Link copied to clipboard
API
@
Incubating
@
Optional
@
Input
abstract
fun
getHost
(
)
:
Property
<
String
>
Host address to listen on or connect to when debug is enabled.
get
Port
Link copied to clipboard
API
@
Input
abstract
fun
getPort
(
)
:
Property
<
Integer
>
The debug port to listen on or connect to.
get
Server
Link copied to clipboard
API
@
Input
abstract
fun
getServer
(
)
:
Property
<
Boolean
>
Should the process listen for a debugger to attach (server) or immediately connect to an already running debugger (client)?
get
Suspend
Link copied to clipboard
API
@
Input
abstract
fun
getSuspend
(
)
:
Property
<
Boolean
>
Should the process suspend until the connection to the debugger is established?