Properties
Protected
_available
_available: boolean = false
Protected
_expression
_expression: string
Protected
_type
_type: undefined | string
Protected
_value
_value: string = ExpressionItem.notAvailable
Protected
indexedVariables
indexedVariables: undefined | number
Protected
isError
isError: boolean
Protected
namedVariables
namedVariables: undefined | number
Protected
Readonly
options
options: { expression: string; id: number; onDidChange: (() => void); remove: (() => void); session: DebugSessionProvider; } Type declaration
expression: string
id: number
onDidChange: (() => void)
remove: (() => void)
Protected
Readonly
sessionProvider
Optional
severity
severity?: Severity
Protected
Readonly
startOfVariables
startOfVariables: number
Protected
valueRef
valueRef: undefined | HTMLSpanElement
Protected
variablesReference
variablesReference: number
Static
notAvailable
notAvailable: string = 'not available'