kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
SetBreakpointReturn
Set
Breakpoint
Return
@
Serializable
data
class
SetBreakpointReturn
(
val
breakpointId
:
String
,
val
actualLocation
:
Debugger.Location
)
Members
Constructors
Set
Breakpoint
Return
Link copied to clipboard
constructor
(
breakpointId
:
String
,
actualLocation
:
Debugger.Location
)
Properties
actual
Location
Link copied to clipboard
val
actualLocation
:
Debugger.Location
Location this breakpoint resolved into.
breakpoint
Id
Link copied to clipboard
val
breakpointId
:
String
Id of the created breakpoint for further reference.