Table of Contents

Class BreakpointsPanel

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

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

public class BreakpointsPanel : Panel, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo, IDebuggerBreakpointsPanel, IDebuggerPanel
Inheritance
BreakpointsPanel
Implements

Constructors

BreakpointsPanel()

Initializes a new instance of the BreakpointsPanel class.

Properties

Debugger

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

SelectedBreakpoint

Gets currently selected breakpoint.

Methods

Clear()

Clears breakpoint list.

Localize()

Called when string localization is performed.

OnDebuggerChanged(IScriptDebuggerBase?, IScriptDebuggerBase?)

Called when Debugger property is changed.

Toggle(string, int)

Sets or removes breakpoint at a specified position.

UpdateList()

Updates list of breakpoints from the debugger's breakpoints collection.

Events

BreakpointClick

Occurs when a user clicks on a breakpoint in the list.

BreakpointDeleted

Occurs when a given breakpoint is deleted.

BreakpointStateChanged

Occurs when given breakpoint state changes.