Table of Contents

Class DebuggerUIController

Namespace
Alternet.Scripter.Integration.AlternetUI
Assembly
Alternet.Scripter.Integration.AlternetUI.dll
public class DebuggerUIController : BaseObject
Inheritance
DebuggerUIController

Constructors

DebuggerUIController(object?, IDebugEditContainer)

Properties

CommandsListener
Debugger
DebuggerPanels
DefaultCommands
LastReportedExceptionInfo
SuppressSameException

Methods

OnDebuggerChanged(IScriptDebuggerBase?)
OnDebuggerExecutionResumed(ExecutionResumedEventArgs)
OnDebuggerExecutionStopped(ExecutionStoppedEventArgs)
OnDebuggerStateChanged(DebuggerStateChangedEventArgs)
OnDebuggingStopped(DebuggingStoppedEventArgs)
OnException(ExecutionStoppedEventArgs)
UpdateBreakpoints()
WriteLineToOutput(string, bool)

Events

ExceptionOccurred