Table of Contents

Property CanRunAddToWatch

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

CanRunAddToWatch

Gets a value indicating whether the "Add to Watch" operation can be executed.

public virtual bool CanRunAddToWatch { get; }

Property Value

bool

Remarks

The operation is enabled when a valid watch is selected, indicated by SelectedWatch not being null or empty.