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