pl.wendigo.chrome.api.debugger / Location

Location

data class Location (source)

Location in the source code.

Link
Debugger#Location type documentation.

Constructors

<init>

Location(scriptId: ScriptId, lineNumber: Int, columnNumber: Int? = null)

Location in the source code.

Properties

columnNumber

val columnNumber: Int?

Column number in the script (0-based).

lineNumber

val lineNumber: Int

Line number in the script (0-based).

scriptId

val scriptId: ScriptId

Script identifier as reported in the Debugger.scriptParsed.