Variable: eshell-debug-command-buffer

eshell-debug-command-buffer is a variable defined in esh-util.el.gz.

Value

"*eshell last cmd*"

Documentation

The name of the buffer to log debug messages about command invocation.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-util.el.gz
(defvar eshell-debug-command-buffer "*eshell last cmd*"
  "The name of the buffer to log debug messages about command invocation.")