Arguments for 'richVariables' request

This is an addition to the Debug Adapter Protocol to support render rich variable representation.

interface IRichVariablesArguments {
    frameId?: number;
    variableName: string;
}

Properties

frameId?: number

Frame Id

variableName: string

Variable name