1. trace(3) LP MudOSv21c7 (7 Jul 1996)
    2. 函数名称:
    3. trace() - 设定追踪旗标 (trace flags) 并传回旧的旗标值.
    4. 函数语法:
    5. int trace( int traceflags );
    6. 整数 trace( 整数 traceflags );
    7. 函数用法:
    8. 设定追踪旗标, 并传回旧的追踪旗标. 处於追踪状态时, 会印
    9. 出很多资讯.
    10. 以下是追踪资讯 (trace bits):
    11. Trace all function calls to lfuns.
    12. (追踪所有对区域函式的函式呼叫)
    13. Trace all calls to "call_other".
    14. (追踪所有对 call_other 的呼叫)
    15. Trace all function returns.
    16. (追踪所有函式的回传值)
    17. Print arguments at function calls and return values.
    18. (印出呼叫函式的参数, 及函式的回传值)
    19. Print all executed stack machine instructions
    20. (produces a lot of output!)
    21. (印出所有执行的堆叠机器码 (这样子输出的资料可真多!) )
    22. Enable trace in heart beat functions.
    23. (开始追踪心跳函式)
    24. Trace calls to apply.
    25. (追踪申请的呼叫)
    26. Show object name in tracing.
    27. (显示追踪时的物件名称)
    28. 参考函数:
    29. traceprefix(3)
    30. 手册翻译:
    31. Phoebus@ZH 97.Jul.25. (Writen 5/23/97)