Variable: ede-debug-program-function

ede-debug-program-function is a customizable variable defined in ede.el.gz.

Value

gdb

Documentation

Default Emacs command used to debug a target.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/ede.el.gz
(defcustom ede-debug-program-function 'gdb
  "Default Emacs command used to debug a target."
  :type 'function) ; make this be a list of options some day