InlineValueContext

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.

Since:

3.17.0

Companion:
object
Source:
structures.scala
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product