Sun Studio 12 Update 1: 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 all watch commands.

where:

expression is a valid expression.