Interface IDebuggerBaseEvaluationPanel
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
Represents a base interface for debugger evaluation panels, providing functionality to evaluate variables and manage evaluation processes asynchronously.
public interface IDebuggerBaseEvaluationPanel : IDebuggerPanel
Remarks
This interface defines methods for evaluating variables and canceling ongoing evaluation processes in a debugger context. Implementations of this interface are expected to handle asynchronous operations and support cancellation of evaluations. It extends the IDebuggerPanel interface, inheriting its base functionality.
Methods
- CancelEvaluationAsync()
Cancels an ongoing evaluation process asynchronously.
- EvaluateVariables(IEnumerable<string>)
Evaluates the specified variables and processes their values asynchronously.