View Source GenLSP.Structures.InlineValueContext (gen_lsp v0.8.1)

@since 3.17.0

Link to this section Summary

Functions

Fields

  • frame_id: The stack frame (as a DAP Id) where the execution has stopped.
  • 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.

Link to this section Types

@type t() :: %GenLSP.Structures.InlineValueContext{
  frame_id: integer(),
  stopped_location: GenLSP.Structures.Range.t()
}

Link to this section Functions

Link to this function

%GenLSP.Structures.InlineValueContext{}

View Source (struct)

fields

Fields

  • frame_id: The stack frame (as a DAP Id) where the execution has stopped.
  • 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.