Table of Contents

Method AddWatch

Namespace
Alternet.Scripter.Debugger.UI
Assembly
Alternet.Scripter.Debugger.UI.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 expression already exists.

selectAdded bool

Selects specified watch.

AddWatch(string)

Adds specified expression to the list of watches.

public void AddWatch(string expression)

Parameters

expression string

Watch expression to evaluate.