LiveWatchConfigurationError Enumeration

Represents the known configuration errors detected by live watch plugins.

Definition

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

Members

UnusedStackNotFilledWithPattern0 Used when the Live Watch plugin detects that the stack area of a thread was not filled with the specified pattern, preventing the computation of the maximum stack usage

See Also