Method AddWatch
- Namespace
- Alternet.Scripter.Debugger.UI.AlternetUI
- Assembly
- Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll
AddWatch(string, bool, bool)
Adds specified expression to the list of watches.
public virtual Task AddWatch(string expression, bool checkIfExists, bool selectAdded)
Parameters
expressionstringWatch expression to evaluate.
checkIfExistsboolCheck whether specified watch expression already exists.
selectAddedboolSelects specified watch.
Returns
AddWatch(string)
Adds specified expression to the list of watches.
public virtual Task AddWatch(string expression)
Parameters
expressionstringWatch expression to evaluate.