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
Expand Details ...
Inherited Members

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 Int64 FrameCount

Field Value

Int64

ScriptSequenceId

public ScriptBlockId ScriptSequenceId

Field Value

ScriptBlockId

Methods

ToString()

public override String ToString()

Returns

String