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
FrameCount
public Int64 FrameCount
Field Value
ScriptSequenceId
public ScriptBlockId ScriptSequenceId
Field Value
Methods
ToString()
public override String ToString()
Returns
- String