2.386 .tracing

This attribute defines whether the tracing shall be carried out completely or not.

.tracing is only active if the command line option -IDMtracefile has been given. Thus, you can only limit the tracing if a trace file is created at all.

Warning

This attribute should only be used temporarily and carefully!

.tracing is meant to ensure that for example passwords which are passed on by the Dialog Manager to the application functions, do not appear in the trace file.

Definition

  • Data type

    boolean

  • Access

    get, set

  • changed event

    no

Example

setup.tracing := false;  // switch off tracing
// actions
setup.tracing := true;   // switch on tracing again

.tracing[string]

When the attribute is indexed with a string that represents a trace code, the tracing of particular operations (determined by the trace code) is turned on (true) and off (false).

See also

Chapter “Tracing” in manual “Development Environment”