debugger_command_hook/2
[development,hook]:- 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.
All error handling is done by the predicates extended by this hook.