Table of Contents

Method CanEditWatch

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

CanEditWatch()

Determines whether the currently selected watch can be edited.

public virtual bool CanEditWatch()

Returns

bool

true if a watch is selected and can be edited; otherwise, false.

Remarks

This method checks if there is a selected watch and determines if it is eligible for editing. Ensure that a watch is selected before calling this method.