emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/realgud cf993af 114/140: change pdb to python -m pdb.


From: Rocky Bernstein
Subject: [elpa] externals/realgud cf993af 114/140: change pdb to python -m pdb.
Date: Sat, 25 May 2019 19:35:46 -0400 (EDT)

branch: externals/realgud
commit cf993af4f31c89f007aea586a52df8fec4cab8e2
Author: beyondpie <address@hidden>
Commit: beyondpie <address@hidden>

    change pdb to python -m pdb.
---
 realgud/debugger/pdb/pdb.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/realgud/debugger/pdb/pdb.el b/realgud/debugger/pdb/pdb.el
index bb0d818..4e838cf 100644
--- a/realgud/debugger/pdb/pdb.el
+++ b/realgud/debugger/pdb/pdb.el
@@ -35,7 +35,7 @@
 ;;
 
 (defcustom realgud:pdb-command-name
-  "pdb"
+  "python -m pdb"
   "File name for executing the stock Python debugger and command options.
 This should be an executable on your path, or an absolute file name."
   :type 'string



reply via email to

[Prev in Thread] Current Thread [Next in Thread]