Class LocalsPanel
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
Represents a panel that displays local variables and provides functionality to interact with them, such as adding them to a watch window.
public class LocalsPanel : BaseEvaluationPanel, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo, IDebuggerLocalsPanel, IDebuggerBaseEvaluationPanel, IDebuggerPanel
- Inheritance
-
LocalsPanel
- Implements
Remarks
The LocalsPanel class extends the functionality of the base evaluation panel by providing a context menu for interacting with local variables. This includes options to copy values, set values, and add variables to the watch window.
Constructors
- LocalsPanel()
Initializes a new instance of the LocalsPanel class.
Properties
- CanRunAddToWatch
Gets a value indicating whether the "Add to Watch" operation can be executed.
Methods
- Localize()
Localizes string resources.
- RunAddToWatchCommand()
Executes the command to add the currently selected watch expression to the watch list.
Events
- AddToWatchClick
Occurs when a user clicks on the local to add it to the watch window.