(gud-pdb-command-name): Change default to "pydb".
[bpt/emacs.git] / lisp / progmodes / gud.el
index 4627f2a..bdf8c93 100644 (file)
@@ -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