Table of Contents

Class LocalsView

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

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

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

Constructors

LocalsView()

Initializes a new instance of the LocalsView class.

Properties

Control

Gets attached Control.

Debugger

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

LocalsPanel

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

SelectedWatch

Gets a currently selected watch expression.

Methods

UpdateCommands()

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