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
expression
stringWatch expression to evaluate.
checkIfExists
boolCheck whether specified watch expression already exists.
selectAdded
boolSelects specified watch.
Returns
AddWatch(string)
Adds specified expression to the list of watches.
public virtual Task AddWatch(string expression)
Parameters
expression
stringWatch expression to evaluate.