LuaScript Xojo Plugin

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

LevelThe level nesting number in the stack.
LineNumberLine number which the stack trace applies to.
NameName of the execution point.
ShortSourceShort version of the executing code block. (first 60 letters)

Supported Platforms:

  • macOS Intel 32 bit
  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS