gradle
8.3-rc-2
Java API
gradle
/
org.gradle.process
/
JavaDebugOptions
Java
Debug
Options
Java API
interface
JavaDebugOptions
Contains a subset of the
Java Debug Wire Protocol
properties.
Members
Functions
get
Enabled
Link copied to clipboard
Java API
@
Input
abstract
fun
getEnabled
(
)
:
Property
<
Boolean
>
Should the debug agent start in the forked process?
get
Host
Link copied to clipboard
Java 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
Java API
@
Input
abstract
fun
getPort
(
)
:
Property
<
Integer
>
The debug port to listen on or connect to.
get
Server
Link copied to clipboard
Java 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
Java API
@
Input
abstract
fun
getSuspend
(
)
:
Property
<
Boolean
>
Should the process suspend until the connection to the debugger is established?