InlineValueContext

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

Value parameters

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.

Attributes

Since

3.17.0

Companion
object
Source
structures.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product