Method AddWatch
AddWatch(string, bool, bool)
Adds specified expression to the list of watches.
public void AddWatch(string expression, bool checkIfExists, bool selectAdded)
Parameters
expression
stringWatch expression to evaluate.
checkIfExists
boolCheck whether specified watch already exists.
selectAdded
boolSelects specified watch expression.
AddWatch(string)
Adds specified expression to the list of watches.
public void AddWatch(string expression)
Parameters
expression
stringWatch expression to evaluate.