整数 trace( 整数 traceflags );
以下是追踪信息 (trace bits):
Trace all calls to "call_other".
(追踪所有对 call_other 的调用)
Trace all function returns.
(追踪所有函数的回传值)
Print arguments at function calls and return
values.
(印出调用函数的参数, 及函数的回传值)
Print all executed stack machine instructions
(produces a lot of output!)
(印出所有执行的堆叠机器码 (这样子输出的数据可真多!)
)
Enable trace in heart beat functions.
(开始追踪心跳函数)
Trace calls to apply.
(追踪申请的调用)
Show object name in tracing.
(显示追踪时的物件名称)