struct Protocol::Runtime::InspectRequested
- Protocol::Runtime::InspectRequested
- Struct
- Value
- Object
Overview
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Included Modules
- JSON::Serializable
- Protocol::Event
Defined in:
protocol/runtime.crConstructors
Instance Method Summary
-
#execution_context_id : ExecutionContextId | Nil
Identifier of the context where the call was made.
- #hints : JSON::Any
- #object : RemoteObject
Constructor Detail
Instance Method Detail
def execution_context_id : ExecutionContextId | Nil
#
Identifier of the context where the call was made.