kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
GetPossibleBreakpointsReturn
Get
Possible
Breakpoints
Return
@
Serializable
data
class
GetPossibleBreakpointsReturn
(
val
locations
:
List
<
Debugger.BreakLocation
>
)
Members
Constructors
Get
Possible
Breakpoints
Return
Link copied to clipboard
constructor
(
locations
:
List
<
Debugger.BreakLocation
>
)
Properties
locations
Link copied to clipboard
val
locations
:
List
<
Debugger.BreakLocation
>
List of the possible breakpoint locations.