Variable: gud-chdir-before-run
gud-chdir-before-run is a customizable variable defined in gud.el.gz.
Value
t
Documentation
Non-nil if GUD should cd to the debugged executable.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defcustom gud-chdir-before-run t
"Non-nil if GUD should `cd' to the debugged executable."
:type 'boolean)