CommonLiveWatchSettings Structure

Contains various settings configured via VisualGDB Project Properties, or Tools->Options->VisualGDB.

Definition

Namespace: VisualGDBExtensibility.LiveWatch
Assembly: VisualGDBExtensibility (in VisualGDBExtensibility.dll) Version: 5.6.109.1 (5.6.109.4849)
C#
public struct CommonLiveWatchSettings
Inheritance
Object    ValueType    CommonLiveWatchSettings

Fields

EndOfStackSymbol Specifies the name of the end-of-stack symbol (normally, _estack). Configured via VisualGDB Project Properties -> Debug Settings.
StackBorderWatchSize Specifies the maximum size of the live variable that will be created by the plugin to monitor the changes to the maximum stack usage. Configured via Tools -> Options -> VisualGDB -> Live Variables
UnusedStackFillPattern Specifies the pattern used to fill the unused area of the stack in order to detect the maximum stack usage. Configured via VisualGDB Project Properties -> Debug Settings.

See Also