vtk_debug

Usage         
vtk_debug [flagname] [flagvalue]

Description   
This procedure controls some debugging flags on the client side. 
With no parameters, it shows all the flags. 
With two parameters, the string flagname and the boolean flagvalue, it sets the flag 'flagname' to the value 'flagvalue'. 

Examples 
vtk_debug 
Notification   0 
VovBuffer      0 
Bzocket        0 
EventFilter    0 
LogicalNames   0 
Resources      0 
vtk_debug Notification 1

vtk_debug_set

Usage
vtk_debug_set flags

Description
Set the "trace" flags to debug server/client communication.
Look into vil.h  for definition of these flags
The setting only affects the current client.


Examples
vtk_debug_set 16     -- activate RPC codes
vtk_debug_set 0      -- clear the flags