Table of Contents

Struct ScriptExecutionTrace

Namespace
LunyScript.Diagnostics
Assembly
LunyScript.dll

Captures execution information for a single block execution. Used by debug hooks to track execution flow with frame/time information.

public struct ScriptExecutionTrace

Fields

BlockDescription

public string BlockDescription

Field Value

string

BlockType

public Type BlockType

Field Value

Type

ElapsedSeconds

public double ElapsedSeconds

Field Value

double

Error

public Exception Error

Field Value

Exception

FrameCount

public long FrameCount

Field Value

long

ScriptSequenceId

public ScriptBlockId ScriptSequenceId

Field Value

ScriptBlockId

Methods

ToString()

public override string ToString()

Returns

string