LuaScriptStackTraceRecord Class (console safe)
Class that represents a stack trace record. You should not create instances of this class. The GetStackTrace function on the LuaScriptContext will return array of instances of this class.
Note:This feature is somewhat experimental.
Object
LuaScriptStackTraceRecord
class LuaScriptStackTraceRecord
Properties
Level | The level nesting number in the stack. |
LineNumber | Line number which the stack trace applies to. |
Name | Name of the execution point. |
ShortSource | Short version of the executing code block. (first 60 letters) |
Supported Platforms:
macOS Intel 32 bitmacOS Intel 64 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS