kdriver
Toggle table of contents
0.2.6
common
Platform filter
common
Switch theme
Search in API
kdriver
cdp
/
dev.kdriver.cdp.domain
/
Debugger
/
LocationRange
Location
Range
@
Serializable
data
class
LocationRange
(
val
scriptId
:
String
,
val
start
:
Debugger.ScriptPosition
,
val
end
:
Debugger.ScriptPosition
)
Location range within one script.
Members
Constructors
Location
Range
Link copied to clipboard
constructor
(
scriptId
:
String
,
start
:
Debugger.ScriptPosition
,
end
:
Debugger.ScriptPosition
)
Properties
end
Link copied to clipboard
val
end
:
Debugger.ScriptPosition
script
Id
Link copied to clipboard
val
scriptId
:
String
start
Link copied to clipboard
val
start
:
Debugger.ScriptPosition