:TRACE

Purpose

Sets the trace level, controlling debugging output.

Parameters

level
:SILENT, :NORMAL, :VERBOSE, :DETAIL, :DEBUG, :STEP or :RUN
also :DEBUG-COMPILER-ON and :DEBUG-COMPILER-OFF

Examples

  (:TRACE :VERBOSE)
  (Color MyHouse ?what)
  (:TRACE :NORMAL)

Success criteria

Always succeeds.

Failure criteria

Never fails.

Notes

When in Step mode, hit Enter to go one step forward, or enter a number to go that many steps forward, or type GO or RUN to exit step mode.

Related commands


Back to...

Algernon commands
Algernon Documentation Central
Algernon home page