Removes watchpoints.
NWATCH {variable|/ALL}
where:
In the following example, the watchpoint for the variable n is removed from the current listing.
CodeWatch> LWATCH /ALL Watchpoint set for n (count = 1) /NSILENT /NIGNORE [C;] CodeWatch> NWATCH n CodeWatch> LWATCH /ALL No watchpoints are currently set.
Description
The NWATCH command removes the watchpoint for the given variable. If /ALL is specified, all watchpoints currently set are removed.