| Previous | Top | Next |
You can enter the interactive debuging either by executing a TRACE instruction with a prefix "?" or when calling REXX from command line issuing as a first argument the trace option:
During the execution of the string, no tracing takes place, except that non-zero return codes from host commands are displayed. Execution of a TRACE instruction with the "?" prefix turns off interactive debug mode. Other TRACE instructions affect the tracing that occurs when normal execution continues.
| Previous | Top | Next |