ScriptStackFrameResponse

data class ScriptStackFrameResponse(val endColumn: Int, val endLine: Int, val procedureId: String, val startColumn: Int, val startLine: Int, val text: String)

Constructors

Link copied to clipboard
constructor(endColumn: Int, endLine: Int, procedureId: String, startColumn: Int, startLine: Int, text: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

One-based end column.

Link copied to clipboard

One-based end line.

Link copied to clipboard

Name of the active procedure, empty if in a top-level script.

Link copied to clipboard

One-based start column.

Link copied to clipboard

One-based start line.

Link copied to clipboard

Text of the current statement/expression.