pl.wendigo.chrome.api.debugger / BreakLocation

BreakLocation

data class BreakLocation (source)

Link
Debugger#BreakLocation type documentation.

Constructors

<init>

BreakLocation(scriptId: ScriptId, lineNumber: Int, columnNumber: Int? = null, type: String? = null)

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.

type

val type: String?