Interface IDebuggerPanel
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
Represents a panel interface for interacting with a script debugger.
public interface IDebuggerPanel
Remarks
This interface provides a mechanism to associate a debugger instance with a panel, enabling script execution and debugging functionality.
Properties
- Debugger
Gets or sets the debugger instance used for script execution.