From 3a69e5ad811a524da769c3a207750bb8d7d499d6 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Mon, 26 Apr 2004 11:12:27 +0000 Subject: [PATCH] (gud-pdb-command-name): Change default to "pydb". --- lisp/progmodes/gud.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5