
	trace(3)		MudOS v21c2		(5 Sep 1994)

	名稱:
		trace() - 設定追蹤旗標 (trace flags) 並傳回舊的旗標值.
	語法:
		int trace( int traceflags );

		整數 trace( 整數 traceflags );
	用法:
		設定追蹤旗標, 並傳回舊的追蹤旗標. 處於追蹤狀態時, 會印
		出很多資訊.

		以下是追蹤資訊 (trace bits):

		Trace all function calls to lfuns.
		 (追蹤所有對區域函式的函式呼叫)

		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.
		 (顯示追蹤時的物件名稱)

	參考:
		traceprefix(3)
	翻譯:
		Spock @ FF	97.Jul.25.		(printed 3/16/95)
