TOC PREV NEXT INDEX

$set_verbose _and _$unset_verbose

Synopsis

$set_verbose____[list]
$unset_verbose__[list]

Description

$set_verbose and $unset_verbose turn the verbose option on or off for selected types of debugging information, as indicated by list .

$set_verbose with no options displays the currently set list of verbose flags.

$unset_verbose with no options unsets all verbose flags.

wide is a flag that displays path names of up to 256 characters instead of the default imit of 48

list is a space-separated list of keywords:

events Prints a message when a notification is queued. A notification is queued when an object is modified while a context has been pushed. The message indicates the function ID (and/or argument ID) of the function that is being queued, the name of the object that caused the notification, and the type of the object that caused this function to be queued (e.g., a value-changed event).

functions Prints a message before executing any function objects. The message indicates the function object's name, the argument's name, and the event that caused the function to execute.

ctx Prints a message when a context is pushed or popped. This is useful for determining which events are being generated by asynchronous events such as the user interface.

files Prints a message before and after loading each V file.

procs Prints a message when a process is started or stopped.


TOC PREV NEXT INDEX