Variable: gud-guiler-command-name
gud-guiler-command-name is a customizable variable defined in
gud.el.gz.
Value
"guile"
Documentation
File name for executing the Guile debugger.
This should be an executable on your path, or an absolute file name.
This variable was added, or its default value changed, in Emacs 25.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-guiler-command-name "guile"
"File name for executing the Guile debugger.
This should be an executable on your path, or an absolute file name."
:version "25.1"
:type 'string)