Variable: eshell-handle-errors
eshell-handle-errors is a customizable variable defined in
esh-util.el.gz.
Value
t
Documentation
If non-nil, Eshell will handle errors itself.
Setting this to nil is offered as an aid to debugging only.
Source Code
;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defcustom eshell-handle-errors t
"If non-nil, Eshell will handle errors itself.
Setting this to nil is offered as an aid to debugging only."
:type 'boolean)