home *** CD-ROM | disk | FTP | other *** search
- PROCshell_TraceExit
- Params =>
- none
-
- Closes the trace file if it is open. Normally
- only called by the EvntShell library when the
- application closes down.
-
- --------------------------------------------------------
-
- PROCshell_Tracef0()
- Params =>
- str trace output
-
- Writes the given string into the trace file if
- it is open. If <PROCshell_TraceInit> was called
- with a null filename ("") then the trace output
- will be broadcast using Acorn's message system
- to be picked up and displayed by !ShellDBug if
- it is running.
-
- --------------------------------------------------------
-
- PROCshell_TraceInit()
- Params =>
- str file name for trace output
- (can be "" - see below)
-
- Initialises the trace file (must be called
- before any other trace functions). If the
- file name is "" then no file is opened, trace
- output is broadcast as a user message to be
- displayed by !ShellDBug.
-
- --------------------------------------------------------
-
- FNshell_TraceIsOn
- Params =>
- none
-
- <=
- TRUE if trace is enabled, FALSE otherwise.
-
- --------------------------------------------------------
-
- PROCshell_TraceOff
- Params =>
- none
-
- Turns off trace output.
-
- --------------------------------------------------------
-
- PROCshell_TraceOn
- Params =>
- none
-
- Turns on trace output.
-
- --------------------------------------------------------