struct Protocol::Debugger::Scope
- Protocol::Debugger::Scope
- Struct
- Value
- Object
Overview
Scope description.
Included Modules
- JSON::Serializable
Defined in:
protocol/debugger.crConstructors
Instance Method Summary
-
#end_location : Location | Nil
Location in the source code where scope ends
- #name : String | Nil
-
#object : Runtime::RemoteObject
Object representing the scope.
-
#start_location : Location | Nil
Location in the source code where scope starts
-
#type : String
Scope type.
Constructor Detail
Instance Method Detail
def object : Runtime::RemoteObject
#
Object representing the scope. For global
and with
scopes it represents the actual
object; for the rest of the scopes, it is artificial transient object enumerating scope
variables as its properties.