LiveWatchConfigurationError Enumeration
Represents the known configuration errors detected by live watch plugins.
Namespace: VisualGDBExtensibility.LiveWatchAssembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
public enum LiveWatchConfigurationError
UnusedStackNotFilledWithPattern | 0 |
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
|