LiveWatchUpdateMode Enumeration
Specifies whether to update the information about the node's children.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public enum LiveWatchUpdateMode
UpdateValueAndPreloadChildren | 0 |
The node is visible and expanded. If its children have changed, they should be reevaluated.
|
UpdateValueAndIgnoreChildren | 1 |
The node is visible, but not expanded. Update the information about the node itself, but do not reevaluate the children.
|
UpdateScalarValueOnly | 2 |
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.
|