struct Protocol::Debugger::BreakLocation
- Protocol::Debugger::BreakLocation
- Struct
- Value
- Object
Included Modules
- JSON::Serializable
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#column_number : Int::Primitive | Nil
Column number in the script (0-based).
-
#line_number : Int::Primitive
Line number in the script (0-based).
-
#script_id : Runtime::ScriptId
Script identifier as reported in the
Debugger.scriptParsed
. - #type : String | Nil