Variable: gud-jdb-sourcepath

gud-jdb-sourcepath is a variable defined in gud.el.gz.

Value

nil

Documentation

Directory list provided by an (optional) "-sourcepath" option to jdb.

This list is prepended to gud-jdb-classpath to form the complete list of directories searched for source files.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/gud.el.gz
(defvar gud-jdb-sourcepath nil
  "Directory list provided by an (optional) \"-sourcepath\" option to jdb.
This list is prepended to `gud-jdb-classpath' to form the complete
list of directories searched for source files.")