kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
ContinueToLocationParameter
Continue
To
Location
Parameter
@
Serializable
data
class
ContinueToLocationParameter
(
val
location
:
Debugger.Location
,
val
targetCallFrames
:
String
?
=
null
)
Members
Constructors
Continue
To
Location
Parameter
Link copied to clipboard
constructor
(
location
:
Debugger.Location
,
targetCallFrames
:
String
?
=
null
)
Properties
location
Link copied to clipboard
val
location
:
Debugger.Location
Location to continue to.
target
Call
Frames
Link copied to clipboard
val
targetCallFrames
:
String
?
=
null