kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
ResolvedBreakpoint
Resolved
Breakpoint
@
Serializable
data
class
ResolvedBreakpoint
(
val
breakpointId
:
String
,
val
location
:
Debugger.Location
)
Members
Constructors
Resolved
Breakpoint
Link copied to clipboard
constructor
(
breakpointId
:
String
,
location
:
Debugger.Location
)
Properties
breakpoint
Id
Link copied to clipboard
val
breakpointId
:
String
Breakpoint unique identifier.
location
Link copied to clipboard
val
location
:
Debugger.Location
Actual breakpoint location.