A structure used to carry different pieces of information about an active function. lua_getstack fills only the private part of this structure, for later use. To fill the other fields of lua_Debug with useful information, call lua_getinfo.
For a list of all members of this type, see Lua.lua_Debug Members.
System.Object
System.ValueType
Tao.Lua.Lua.lua_Debug
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
Namespace: Tao.Lua
Assembly: Tao.Lua (in Tao.Lua.dll)
Lua.lua_Debug Members | Tao.Lua Namespace