Table of Contents

Method AddWatch

Namespace
Alternet.Scripter.Debugger.UI.AlternetUI
Assembly
Alternet.Scripter.Debugger.UI.AlternetUI.v10.dll

AddWatch(string, bool, bool)

Adds specified expression to the list of watches.

public virtual Task AddWatch(string expression, bool checkIfExists, bool selectAdded)

Parameters

expression string

Watch expression to evaluate.

checkIfExists bool

Check whether specified watch expression already exists.

selectAdded bool

Selects specified watch.

Returns

Task

AddWatch(string)

Adds specified expression to the list of watches.

public virtual Task AddWatch(string expression)

Parameters

expression string

Watch expression to evaluate.

Returns

Task