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