Variable: project-am-debug-target-function

project-am-debug-target-function is a customizable variable defined in project-am.el.gz.

Value

gdb

Documentation

Default Emacs command used to debug a target.

Source Code

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