Variable: command-debug-status
command-debug-status is a variable defined in callint.c.
This variable is obsolete since 25.2; expect it to be removed in a future version.
Value
nil
Documentation
Debugging status of current interactive command.
Bound each time call-interactively is called;
may be set by the debugger as a reminder for itself.
Source Code
// Defined in /usr/src/emacs/src/callint.c
DEFVAR_LISP ("command-debug-status", Vcommand_debug_status,
doc: /* Debugging status of current interactive command.
Bound each time `call-interactively' is called;
may be set by the debugger as a reminder for itself. */);