Table of Contents

Method HasSelectedWatch

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

HasSelectedWatch()

Determines whether a watch is currently selected while the debugger is in a stopped state.

public virtual bool HasSelectedWatch()

Returns

bool

true if the debugger is stopped and a watch is selected; otherwise, false.

Remarks

A watch is considered selected if the debugger is in the Stopped state and the SelectedWatch property is not null or empty.