ScriptStatisticsResponse

data class ScriptStatisticsResponse(val evaluationKind: String, val stackFrames: List<ScriptStackFrameResponse>)

Constructors

Link copied to clipboard
fun ScriptStatisticsResponse(evaluationKind: String, stackFrames: List<ScriptStackFrameResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether this child job was a statement or expression.

Link copied to clipboard

Stack trace showing the line/column/procedure name of each frame on the stack at the point where the current evaluation happened. The leaf frame is first, the primary script is last. Never empty.