Table of Contents

Class DebuggerUIController

Namespace
Alternet.Scripter.Integration
Assembly
Alternet.Scripter.Integration.v9.dll

Represents an UI control used to handle a list of IDebugEdit controls.

public class DebuggerUIController
Inheritance
DebuggerUIController

Constructors

DebuggerUIController(Control, IDebugEditContainer)

Initializes a new instance of the DebuggerUIController class with specified parameters.

Properties

CommandsListener

Gets or sets a control that provides custom processing of the debugger commands.

Debugger

Gets or sets a IScriptDebuggerBase linked to this control.

DebuggerPanels

Gets or sets a container of the debugger panels.

DefaultCommands

Gets a list of the debugger commands linked to this control.

Methods

OnDebuggerChanged(IScriptDebuggerBase)
OnDebuggerExecutionResumed(ExecutionResumedEventArgs)
OnDebuggerExecutionStopped(ExecutionStoppedEventArgs)
OnDebuggerStateChanged(DebuggerStateChangedEventArgs)
OnDebuggingStopped(DebuggingStoppedEventArgs)
OnException(ExecutionStoppedEventArgs)
UpdateBreakpoints()

Updates its breakpoint content (line styles) from the debugger's breakpoint collection.