View source
enum abstract VariableKind(String)
package vscode.debugProtocol
from String
import vscode.debugProtocol.DebugProtocol
Variables
inlineread onlyDataBreakpoint:VariableKind = "dataBreakpoint"
Indicates that a data breakpoint is registered for the object.
inlineread onlyMostDerivedClass:VariableKind = "mostDerivedClass"
Indicates that the object is the most derived class.
inlineread onlyVirtual:VariableKind = "virtual"
Indicates that the object is virtual, that means it is a synthetic object introduced by the adapter for rendering purposes, e.g. an index range for large arrays.