Table of Contents

Class CallStackView

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

Represents a view for displaying and managing call stack items in the debugger UI.

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

Constructors

CallStackView()

Initializes a new instance of the CallStackView class.

Properties

CallStackPanel

Gets panel used to show call stack items.

Debugger

Gets or sets IScriptDebuggerBase which breakpoints are displayed by this user control.

SelectedFrame

Gets currently selected StackFrame.

Methods

SetFrames(StackFrame[])

Sets a list of call stack frames to be displayed.

Events

CallStackClick

When implemented by a class, occurs when a user clicks on a call stack frame in the list.

FramesChanged

When implemented by a class, occurs when current stack frame changes.