Sun Studio 12: Debugging a Program With dbx

unwatch Command

The unwatch command undoes a watch command. It is valid only in native mode.

Syntax

unwatch expression, ...

Undo a watch expression command.

unwatch n, ...

Undo the watch commands numbered n.

unwatch 0

Undo allwatch commands.

where:

expression is a valid expression.