struct Protocol::Debugger::BreakLocation

Included Modules

Defined in:

protocol/debugger.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def column_number : Int::Primitive | Nil #

Column number in the script (0-based).


[View source]
def line_number : Int::Primitive #

Line number in the script (0-based).


[View source]
def script_id : Runtime::ScriptId #

Script identifier as reported in the Debugger.scriptParsed.


[View source]
def type : String | Nil #

[View source]