Table of Contents

Class DebuggerPanelsTabControl

Namespace
Alternet.Scripter.Integration.AlternetUI
Assembly
Alternet.Scripter.Integration.AlternetUI.dll
public class DebuggerPanelsTabControl : TabControl, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo, IDebuggerPanels
Inheritance
DebuggerPanelsTabControl
Implements

Constructors

DebuggerPanelsTabControl()

Properties

Breakpoints
CallStack
Debugger
Errors
FindResults
Locals
Output
Threads
VisiblePanels
Watches

Methods

AddDeveloperToolsToContextMenu()
AddOutputContextMenuAction(string, Action)
CreateBreakpointsPanel()
CreateCallStackPanel()
CreateErrorsPanel()
CreateFindResultsPanel()
CreateLocalsPanel()
CreateOutputPanel()
CreateThreadsPanel()
CreateWatchesPanel()
FocusPanel(DebuggerPanelKinds)
IsPanelActive(DebuggerPanelKinds)
OnDebuggerChanged(IScriptDebuggerBase?, IScriptDebuggerBase?)

Events

ActivePanelChanged