v input view ops operators
Debug offers a way to debug operator pipelines. As with the {do} operator, each operation can be placed on a separate line in the ops script to avoid the need for very long lines of text.
The result of this operator is the same as {do}, i.e. the same result that would have been produced had all operators be applied as a pipeline. The difference is that additional information is printed on stdout, indicating how many rows and columns are in each view as it is transformed through the pipeline, as well as the number of milliseconds required to perform each operator.
(debug is defined in Ratcl)