Go to main content
Oracle® Developer Studio 12.6: Debugging a Program with dbx

Exit Print View

Updated: June 2017
 
 

unwatch Command

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

Syntax

unwatch {expression | n}

Undo a watch expression command or the watch commands numbered n

If n is set to zero (0), then undo all watch commands.

where:

expression is a valid expression.