struct
Godot::Debugger::StopInfo
- Godot::Debugger::StopInfo
- Struct
- Value
- Object
Defined in:
libgodot/debugger/lldb_driver.crConstructors
Instance Method Summary
- #description : String
- #description=(description : String)
- #frame : StackFrame | Nil
- #frame=(frame : StackFrame | Nil)
- #reason : StopReason
- #reason=(reason : StopReason)
- #thread_id : Int32
- #thread_id=(thread_id : Int32)
Constructor Detail
def self.new(reason : StopReason, thread_id : Int32 = 1, frame : StackFrame | Nil = nil, description : String = "")
#