From: Eli Zaretskii Date: Mon, 26 Apr 2004 11:12:27 +0000 (+0000) Subject: (gud-pdb-command-name): Change default to "pydb". X-Git-Tag: ttn-vms-21-2-B4~6595 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a69e5ad811a524da769c3a207750bb8d7d499d6;p=emacs.git (gud-pdb-command-name): Change default to "pydb". --- diff --git a/lisp/progmodes/gud.el b/lisp/progmodes/gud.el index 4627f2ac639..bdf8c93f900 100644 --- a/lisp/progmodes/gud.el +++ b/lisp/progmodes/gud.el @@ -1401,7 +1401,7 @@ and source-file directory for your debugger." output)) -(defcustom gud-pdb-command-name "pdb" +(defcustom gud-pdb-command-name "pydb" "File name for executing the Python debugger. This should be an executable on your path, or an absolute file name." :type 'string