Download context/2 - bei IF Computer

Transcript
Debugger
Predicate
debug_config/3
type_error(integer)
The argument New must be an integer or an integer expression, but is a term of
another type, or the result of the evaluation of the expression is not an integer.
domain_error(not_less_than_zero)
The argument New must be a positive integer, but is negative.
type_error(atom)
The argument New must be an atom, but is a term of another type.
domain_error(on_or_off )
The argument New must be one of the atoms on or off, but is another atom.
domain_error(display_option)
The value of the argument New is not a valid display specification.
Furthermore, if an arithmetic expression is specified for the argument New, all the
exceptions for is/2 can occur.
Hints
This predicate is not part of the IF/Prolog runtime system and is therefore not available
for applications intended for third parties.
Standard
This predicate is not required by the ISO standard for Prolog. Therefore, it is not
available in ISO compatibility mode (see Prolog flag iso).
See also
debug/1, trace config/3, system parameters/1
Reference Manual
210
IF/Prolog V5.3