class

LSProtocol::InlineValueContext

Inherits JSON::Serializable / Reference / Object

@since 3.17.0

Constructors

new(frame_id : Int32 | Nil, stopped_location : Range | Nil)
Source
new(pull : JSON::PullParser)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

frame_id

The stack frame (as a DAP Id) where the execution has stopped.

Source
stopped_location

The document range where execution has stopped. Typically the end position of the range denotes the line where the inline values are shown.

Source