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

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

[elpa] externals/realgud d8afc89 135/140: Merge pull request #241 from b


From: Rocky Bernstein
Subject: [elpa] externals/realgud d8afc89 135/140: Merge pull request #241 from beyondpie/pdb_pr_szu
Date: Sat, 25 May 2019 19:35:50 -0400 (EDT)

branch: externals/realgud
commit d8afc8959a6f79da8a55734f9f60f65ed10c5284
Merge: 2a46513 cf993af
Author: R. Bernstein <address@hidden>
Commit: GitHub <address@hidden>

    Merge pull request #241 from beyondpie/pdb_pr_szu
    
    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]