Table of Contents

Interface IDebuggerOutputPanel

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

Represents a debugger output panel that provides functionality for writing output messages and adding custom actions to a context menu.

public interface IDebuggerOutputPanel : IDebuggerPanel

Remarks

This interface extends IDebuggerPanel and is designed to facilitate interaction with a debugger's output panel. It allows adding custom context menu actions and writing output messages with specific message kinds.

Methods

AddContextMenuAction(string, Action)

Adds a custom action to the context menu with the specified title.

Clear()

Clears all items from the panel.

WriteLineAndWait(string, OutputMessageKind)

Writes the specified text to the output and waits for the operation to complete.