chrome-devtools-kotlin
5.3.0-1170846
common
chrome-devtools-kotlin
/
org.hildan.chrome.devtools.domains.debugger
/
EnableResponse
Enable
Response
@
Serializable
data
class
EnableResponse
(
val
debuggerId
:
UniqueDebuggerId
?
=
null
)
(
source
)
Response type for the
DebuggerDomain.enable
command.
Members
Constructors
Enable
Response
Link copied to clipboard
constructor
(
debuggerId
:
UniqueDebuggerId
?
=
null
)
Properties
debugger
Id
Link copied to clipboard
val
debuggerId
:
UniqueDebuggerId
?
=
null
Unique identifier of the debugger.