-
public final class SetAutoAttachRequestRequest object containing input parameters for the TargetDomain.setAutoAttach command.
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanautoAttachprivate final BooleanwaitForDebuggerOnStartprivate final Booleanflatten
-
Constructor Summary
Constructors Constructor Description SetAutoAttachRequest(Boolean autoAttach, Boolean waitForDebuggerOnStart, Boolean flatten)
-
Method Summary
Modifier and Type Method Description final Booleancomponent1()final Booleancomponent2()final Booleancomponent3()final SetAutoAttachRequestcopy(Boolean autoAttach, Boolean waitForDebuggerOnStart, Boolean flatten)final BooleangetAutoAttach()Whether to auto-attach to related targets. final BooleangetWaitForDebuggerOnStart()Whether to pause new targets when attaching to them. final BooleangetFlatten()Enables "flat" access to the session via specifying sessionId attribute in the commands. -
-
Method Detail
-
component1
final Boolean component1()
-
component2
final Boolean component2()
-
component3
final Boolean component3()
-
copy
final SetAutoAttachRequest copy(Boolean autoAttach, Boolean waitForDebuggerOnStart, Boolean flatten)
-
getAutoAttach
final Boolean getAutoAttach()
Whether to auto-attach to related targets.
-
getWaitForDebuggerOnStart
final Boolean getWaitForDebuggerOnStart()
Whether to pause new targets when attaching to them. Use
Runtime.runIfWaitingForDebuggerto run paused targets.
-
getFlatten
final Boolean getFlatten()
Enables "flat" access to the session via specifying sessionId attribute in the commands. We plan to make this the default, deprecate non-flattened mode, and eventually retire it. See crbug.com/991325.
-
-
-
-