LiveWatchUpdateMode Enumeration

Specifies whether to update the information about the node's children.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public enum LiveWatchUpdateMode

Members

UpdateValueAndPreloadChildren0 The node is visible and expanded. If its children have changed, they should be reevaluated.
UpdateValueAndIgnoreChildren1 The node is visible, but not expanded. Update the information about the node itself, but do not reevaluate the children.
UpdateScalarValueOnly2 The node is not visible in the regular list, but has a breakpoint set on it, or is plotted. Only update the raw value of the node.

See Also