11.3.28 breakpoint_expansion/2   hook, development

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.