struct
Godot::Debugger::StackFrame
- Godot::Debugger::StackFrame
- Struct
- Value
- Object
Defined in:
libgodot/debugger/lldb_driver.crConstructors
Instance Method Summary
- #address : String
- #address=(address : String)
- #file : String
- #file=(file : String)
- #function : String
- #function=(function : String)
- #index : Int32
- #index=(index : Int32)
- #line : Int32
- #line=(line : Int32)
-
#to_s : String
Returns a nicely readable and concise string representation of this object, typically intended for users.
Constructor Detail
def self.new(index : Int32, function : String, file : String, line : Int32, address : String = "")
#
Instance Method Detail
def to_s : String
#
Description copied from class Object
Returns a nicely readable and concise string representation of this object, typically intended for users.
This method should usually not be overridden. It delegates to
#to_s(IO) which can be overridden for custom implementations.
Also see #inspect.