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