InlineValueContext

A value-object that contains contextual information when requesting inline values from a InlineValuesProvider.

Online Documentation

Properties

Link copied to clipboard
abstract val frameId: Int

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

Link copied to clipboard
abstract val stoppedLocation: Range

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