11.3.27 breakpoint_expansion/2   [development,hook]

Synopsis

:- multifile user:breakpoint_expansion/2.

user:breakpoint_expansion(+Macro, -Body)

Defines debugger condition macros.

Arguments

Macro
term

Breakpoint test or action.

Body
term

Expanded breakpoint test or action, may be composite.

Exceptions

Exceptions are treated as failures, except an error message is printed as well.

See Also

Breakpoint Conditions.


Send feedback on this subject.