ES2 MUD LIB :: 東方故事二(ES2) 天朝帝國 mudlib 瀏覽展示

/doc/efuns/trace

HOME :: doc :: efuns :: trace

     ttttrrrraaaacccceeee((((3333))))               MMMMuuuuddddOOOOSSSS ((((5555 SSSSeeeepppp 1111999999994444))))                ttttrrrraaaacccceeee((((3333))))

     NNNNAAAAMMMMEEEE
          trace() - sets trace flags and returns the old ones.

     SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
          int trace( int traceflags );

     DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
          Sets the trace flags and returns the old trace flags.  When
          tracing is on a lot of information is printed during
          execution.

          The trace bits are:

          Trace all function calls to lfuns.

          Trace all calls to "call_other".

          Trace all function returns.

          Print arguments at function calls and return values.

     output!).
          Print all executed stack machine instructions (produces a lot of

          Enable trace in heart beat functions.

          Trace calls to apply.

          Show object name in tracing.

      SSSSEEEEEEEE AAAALLLLSSSSOOOO
          traceprefix(3)

     Page 1                                          (printed 3/16/95)

HOME :: doc :: efuns :: trace