Shell Commands/TS

From MorphOS Library

Revision as of 14:32, 3 March 2015 by JPV (talk | contribs) (Created page with "'''TS''' [Rexx] - Starts interactive tracing by setting the external trace flag No Template St...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

< Shell Commands

TS [Rexx] - Starts interactive tracing by setting the external trace flag

No Template

Starts interactive tracing by setting the external trace flag, which forces all active ARexx programs into interactive tracing mode. Programs will start producing trace output and will pause after the next statement. This command is useful for regaining control over programs Caught in infinite loops or otherwise misbehaving. The trace flag remains set until cleared by the TE command, so subsequent program invocations will be executed in interactive tracing mode.

See also: TE command.