Theia API Documentation v1.65.0
    Preparing search index...

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

    interface InlineValueContext {
        frameId: number;
        stoppedLocation: Range;
    }

    Implemented by

    Index

    Properties

    frameId: number

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

    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.