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
Remarks
A watch is considered selected if the debugger is in
the Stopped state and the SelectedWatch
property
is not null or empty.