Variable: byte-compile-debug
byte-compile-debug is a variable defined in bytecomp.el.gz.
Value
nil
Documentation
If non-nil, byte compile errors will be raised as signals instead of logged.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/bytecomp.el.gz
(defvar byte-compile-debug nil
"If non-nil, byte compile errors will be raised as signals instead of logged.")