Method RunAddToWatchCommand
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
RunAddToWatchCommand()
Executes the command to add the currently selected watch expression to the watch list.
public virtual void RunAddToWatchCommand()
Remarks
This method checks if a watch expression is selected and invokes the AddToWatchClick event with the selected expression. If no expression is selected, the method does nothing.