branch: externals/realgud commit cf993af4f31c89f007aea586a52df8fec4cab8e2 Author: beyondpie <panshi....@gmail.com> Commit: beyondpie <panshi....@gmail.com>
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