Interface IDebuggerLocalsPanel
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
Represents a debugger panel that displays local variables and provides functionality for interacting with them, such as adding variables to the watch window.
public interface IDebuggerLocalsPanel : IDebuggerBaseEvaluationPanel, IDebuggerPanel
Remarks
This interface extends IDebuggerPanel to provide additional functionality specific to managing and interacting with local variables during a debugging session. Implementations of this interface should handle user interactions with local variables and raise the AddToWatchClick event when appropriate.
Events
- AddToWatchClick
Occurs when a user clicks on the local to add it to the watch window.