Table of Contents

Class WatchesView

Namespace
Alternet.Scripter.Debugger.UI.MAUI
Assembly
Alternet.Scripter.Debugger.UI.MAUI.v10.dll

Represents a view for displaying and managing watches in the debugger UI.

[WinRTRuntimeClassName("Microsoft.UI.Xaml.Data.INotifyPropertyChanged")]
[WinRTExposedType(typeof(Alternet_Scripter_Debugger_UI_MAUI_LocalsViewWinRTTypeDetails))]
public class WatchesView : BaseEvaluationView, INotifyPropertyChanged, IVisualTreeElement, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ISKCanvasView, IView, IElement, ITransform
Inheritance
WatchesView
Implements

Constructors

WatchesView()

Initializes a new instance of the WatchesView class.

Properties

Control

Gets attached Control.

Debugger

Gets or sets IScriptDebuggerBase which variables will be managed by this class.

WatchesPanel

Gets the WatchesPanel instance used to display and manage local variables.

Methods

UpdateCommands()

Updates the state of the commands associated with the menu items based on the current selection or context.