Removes a watchpoint set with the Object.watch method.
Method of Object
Syntax
unwatch( prop )
Parameters
Parameter | Description |
---|---|
prop | The name of a property of the object. |
Description
The MetaScript debugger has functionality similar to that provided by this method, as well as other debugging options.
By default, this method is inherited by every object descended from Object.
Example
See Object.watch.