Next: , Previous: , Up: mpg-bpr   [Contents][Index]


11.3.61 debugger_command_hook/2   hook, development

Synopsis

:- multifile user:debugger_command_hook/2.

user:debugger_command_hook(+DCommand, -Actions)

Allows the interactive debugger to be extended with user-defined commands. See Debug Commands.

Arguments

DCommand

term

Actions

term

Exceptions

All error handling is done by the predicates extended by this hook.

See Also

Breakpoint Predicates.


Send feedback on this subject.