Noam Postavsky writes: > > Stefan Kangas writes: > > > +(defcustom gud-pdb-command-name > > + (if (executable-find "pdb") "pdb" "python -m pdb") > > "File name for executing the Python debugger. > > This should be an executable on your path, or an absolute file name." > > :type 'string > > "python -m pdb" doesn't seem to be "an executable on your path, or an > absolute file name", so I think the docstring needs updating too > (assuming this setting does actually work). You are correct. The attached patch fixes this and adds a version tag. Thanks, Stefan Kangas