Table of Contents

Interface IDebuggerErrorsPanel

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

Represents a panel for displaying and interacting with debugger-related errors and warnings.

public interface IDebuggerErrorsPanel : IDebuggerPanel

Remarks

This interface provides functionality for managing and interacting with a collection of script compilation diagnostics, such as compiler errors and warnings. It also allows users to respond to specific errors or warnings through the ErrorClick event.

Methods

AddCompilerError(ScriptCompilationDiagnostic)

Adds a compiler error to the collection of script compilation diagnostics.

Clear(bool)

Clears all items from error panel.

Events

ErrorClick

Occurs when a user clicks on the compiler error or warning.