Chrome Reactive Kotlin
/
pl.wendigo.chrome.api.debugger
/
Location
Location
data class
Location
(scriptId:
ScriptId
, lineNumber:
Int
, columnNumber:
Int
?)
Content copied to clipboard
Location in the source code.
Constructors
Properties
Sources
Constructors
Location
Link copied to clipboard
fun
Location
(scriptId:
ScriptId
, lineNumber:
Int
, columnNumber:
Int
? = null)
Content copied to clipboard
Properties
columnNumber
Link copied to clipboard
val
columnNumber
:
Int
? = null
Content copied to clipboard
Column number in the script (0-based).
lineNumber
Link copied to clipboard
val
lineNumber
:
Int
Content copied to clipboard
Line number in the script (0-based).
scriptId
Link copied to clipboard
val
scriptId
:
ScriptId
Content copied to clipboard
Script identifier as reported in the
Debugger.scriptParsed
.
Sources
jvm source
Link copied to clipboard