Table of Contents

Method AddWatch

Namespace
Alternet.Scripter.Debugger.UI.Wpf
Assembly
Alternet.Scripter.Debugger.UI.Wpf.v9.dll

AddWatch(string, bool, bool)

Adds specified expression to the list of watches.

public void AddWatch(string expression, bool checkIfExists, bool selectAdded)

Parameters

expression string

Watch expression to evaluate.

checkIfExists bool

Check whether specified watch already exists.

selectAdded bool

Selects specified watch expression.

AddWatch(string)

Adds specified expression to the list of watches.

public void AddWatch(string expression)

Parameters

expression string

Watch expression to evaluate.