InlineValueContext

langoustine.lsp.structures$.InlineValueContext
See theInlineValueContext companion object
case class InlineValueContext(frameId: Int, stoppedLocation: Range)

Attributes

frameId

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

stoppedLocation

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

Since:

3.17.0

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product