chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.debugger / BreakLocation

BreakLocation

data class BreakLocation

Official doc

Constructors

<init>

Official doc

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

Properties

columnNumber

Column number in the script (0-based).

val columnNumber: Int?

lineNumber

Line number in the script (0-based).

val lineNumber: Int

scriptId

Script identifier as reported in the Debugger.scriptParsed.

val scriptId: ScriptId

type

val type: String?