struct Godot::Debugger::StopInfo

Defined in:

libgodot/debugger/lldb_driver.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reason : StopReason, thread_id : Int32 = 1, frame : StackFrame | Nil = nil, description : String = "") #

[View source]

Instance Method Detail

def description : String #

[View source]
def description=(description : String) #

[View source]
def frame : StackFrame | Nil #

[View source]
def frame=(frame : StackFrame | Nil) #

[View source]
def reason : StopReason #

[View source]
def reason=(reason : StopReason) #

[View source]
def thread_id : Int32 #

[View source]
def thread_id=(thread_id : Int32) #

[View source]