View source
enum abstract VariableAttribute(String)
package vscode.debugProtocol
from String
import vscode.debugProtocol.DebugProtocol
Variables
inlineread onlyCanHaveObjectId:VariableAttribute = "canHaveObjectId"
Indicates that the object has an Object ID associated with it.
inlineread onlyHasObjectId:VariableAttribute = "hasObjectId"
Indicates that the object can have an Object ID created for it.
inlineread onlyHasSideEffects:VariableAttribute = "hasSideEffects"
Indicates that the evaluation had side effects.